luobang 2 yıl önce
ebeveyn
işleme
e3cdda3dd0
2 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 2 1
      build/utils.js
  2. 2 2
      config/index.js

+ 2 - 1
build/utils.js

@@ -27,7 +27,8 @@ const devPathSrc = path.resolve(__dirname, "../../../src"); // node_modules应
 // let devModules = ["index", "appoint", "statisticalReport", "WMS"];
 // let devModules = ["index", "appoint", "inward", "statisticalReport", "RMS"];
 // let devModules = ["index", "appoint", "sale", "statisticalReport", "inward"];
-let devModules = ["index", "statisticalReport", "appoint"];
+// let devModules = ["index", "statisticalReport", "appoint"];
+let devModules = ["all"];
 
 // let devModules = ['index','appoint','sale','statisticalReport','RMS','TMS','WMS']
 // let devModules = ["index", "ADMINISTRATORS", "RMS"];

+ 2 - 2
config/index.js

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