zhouzh 3 سال پیش
والد
کامیت
65b66b53ac
2فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 2 1
      build/utils.js
  2. 2 2
      config/index.js

+ 2 - 1
build/utils.js

@@ -16,7 +16,8 @@ const devPathSrc = path.resolve(__dirname, '../../../src'); // node_modules应
 //       统计报表       组织机构/系统管理 采购  仓储
 //       统计报表       组织机构/系统管理 采购  仓储
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow']
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow']
 
 
-let devModules = ['all']
+// let devModules = ['all']
+  let devModules = ['index','WMS']
 // let devModules = ['index','SporadicManage','TMS','statisticalReport','RMS'];
 // let devModules = ['index','SporadicManage','TMS','statisticalReport','RMS'];
 
 
 // let devModules = ['index','appoint','WMS'];
 // let devModules = ['index','appoint','WMS'];

+ 2 - 2
config/index.js

@@ -65,7 +65,7 @@ let proxyTable = {
   // 所有数据的请求域名地址
   // 所有数据的请求域名地址
   "/api/v1": {
   "/api/v1": {
 
 
-    target: "http://172.16.33.166:8080",
+    target: "http://localhost:8019",
     // target: "http://localhost:8019",
     // target: "http://localhost:8019",
     // target: "http://localhost:8080",
     // target: "http://localhost:8080",
     // target: "http://192.168.1.114:8019",
     // target: "http://192.168.1.114:8019",
@@ -76,7 +76,7 @@ let proxyTable = {
     }
     }
   },
   },
   "/views/api/v1": {
   "/views/api/v1": {
-    target: "http://172.16.33.166:8080",
+    target: "http://localhost:8019",
     // target: "http://172.16.33.166:8080",
     // target: "http://172.16.33.166:8080",
     // target: "http://192.168.1.115:8080",
     // target: "http://192.168.1.115:8080",
     ws: true,
     ws: true,