Your Name 3 年之前
父節點
當前提交
9e6761e402
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      build/utils.js
  2. 1 1
      config/index.js

+ 1 - 1
build/utils.js

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

+ 1 - 1
config/index.js

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