Your Name 3 年之前
父节点
当前提交
0068c29a20
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      build/utils.js
  2. 1 1
      config/index.js

+ 2 - 2
build/utils.js

@@ -15,9 +15,9 @@ const devPathSrc = path.resolve(__dirname, '../../../src'); // node_modules应
 // ['index','appoint','configManager','homepage','inward','queue','RMS','sale','serviceManager','SporadicManage'
 //       统计报表       组织机构/系统管理 采购  仓储
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow']
-// let devModules = ['all'];
+let devModules = ['all'];
 // let devModules = ['index','statisticalReport','appoint','RMS','TMS'];
-let devModules = ['index','SporadicManage','inward','WMS'];
+// let devModules = ['index','SporadicManage','inward','WMS'];
 if (pathSrc.indexOf('node_modules') > -1) {
     devModules = require('../../../cors.js').devModules;
 }

+ 1 - 1
config/index.js

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