Your Name 3 years ago
parent
commit
298ca24f26
2 changed files with 3 additions and 3 deletions
  1. 2 2
      build/utils.js
  2. 1 1
      config/index.js

+ 2 - 2
build/utils.js

@@ -15,8 +15,8 @@ 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 = ['index','inward','RMS','SporadicManage']
+// let devModules = ['all'];
+let devModules = ['index','inward','RMS']
 // let devModules = ['index','appoint','TMS'];
 if (pathSrc.indexOf('node_modules') > -1) {
     devModules = require('../../../cors.js').devModules;

+ 1 - 1
config/index.js

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