zx 2 år sedan
förälder
incheckning
11a3050872
2 ändrade filer med 4 tillägg och 3 borttagningar
  1. 2 2
      build/utils.js
  2. 2 1
      config/index.js

+ 2 - 2
build/utils.js

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

+ 2 - 1
config/index.js

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