zx 2 lat temu
rodzic
commit
fe2a291c2d

+ 2 - 2
build/utils.js

@@ -19,9 +19,9 @@ const devPathSrc = path.resolve(__dirname, "../../../src"); // node_modules应
 // let devModules = ["index", "statisticalReport", "appoint", "TMS"];
 // let devModules = ["index", "statisticalReport", "TMS", "appoint"];
 
-let devModules = ["all"];
+// let devModules = ["all"];
 
-// let devModules = ["index", "appoint", "statisticalReport", "WMS","TMS","inward","RMS"];
+let devModules = ["index", "appoint", "statisticalReport", "WMS","TMS","inward","RMS"];
 
 // let devModules = ["index", "appoint", "statisticalReport", "WMS","TMS"];
 // let devModules = ["index", "inward", "appoint", "queue"];

+ 2 - 2
config/index.js

@@ -65,14 +65,14 @@ let proxyTable = {
   },
   // 所有数据的请求域名地址
   "/api/v1": {
-    target: "http://172.16.33.166:80",
+    target: "http://localhost:8080",
     ws: true,
     pathRewrite: {
       "^/api/v1": "/api/v1"
     }
   },
   "/views/api/v1": {
-    target: "http://172.16.33.166:80",
+    target: "http://localhost:8080",
     ws: true,
     pathRewrite: {
       "^/views/api/v1": "/api/v1"

+ 2 - 2
src/views/appoint/components/ship/modifyDeliveryNotice.vue

@@ -265,9 +265,9 @@ export default {
     },
     beforeUpload(file) {
       this.upBool = true;
-      const isLt2M = file.size < 1024 * 1024 * 0.5;
+      const isLt2M = file.size < 1024 * 1024 * 1;
       if (!isLt2M) {
-        this.$message.error("上传文件大小不能超过500kb!");
+        this.$message.error("上传文件大小不能超过1M!");
       } else {
         let size = file.size / 1024;
         let _URL = window.URL || window.webkitURL;

Plik diff jest za duży
+ 0 - 0
static/lib/XLSX/xlsx.core.min.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików