sand-components-vben 2.7.128 → 2.7.129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/sand-components-vben.js
CHANGED
|
@@ -44853,7 +44853,7 @@ const ret = /* @__PURE__ */ AL(net), iet = { class: "group-box" }, oet = {
|
|
|
44853
44853
|
`图片格式不正确, 请上传${r.fileType.join("/")}图片格式文件!`
|
|
44854
44854
|
), !1) : r.type === "file" && r.fileType.length && !r.fileType.includes(c) ? (qt.error(
|
|
44855
44855
|
`文件格式不正确, 请上传${r.fileType.join("/")}后缀的格式文件!`
|
|
44856
|
-
), !1) : r.size > 0 && u.size / 1024 / 1024 > r.size ? (qt.error(`上传文件大小不能超过 ${r.size
|
|
44856
|
+
), !1) : r.size > 0 && u.size / 1024 / 1024 > r.size ? (qt.error(`上传文件大小不能超过 ${r.size} MB!`), !1) : (s.value = u, console.log("fileData", s.value), s.value && o(u), !1);
|
|
44857
44857
|
};
|
|
44858
44858
|
return (u, c) => {
|
|
44859
44859
|
const d = ye("a-upload");
|