zouzhd преди 3 години
родител
ревизия
95d49756b1
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      build/utils.js
  2. 2 2
      config/index.js

+ 2 - 2
build/utils.js

@@ -17,8 +17,8 @@ const devPathSrc = path.resolve(__dirname, '../../../src'); // node_modules应
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow']
 
  // let devModules = ['index','WMS']
-//  let devModules = ['all']
-let devModules = ['index','TMS','statisticalReport','appoint','sale','RMS'];
+ let devModules = ['all']
+// let devModules = ['index','TMS','statisticalReport','appoint','sale','RMS'];
 // let devModules = ['index','appoint','WMS'];
 
 if (pathSrc.indexOf('node_modules') > -1) {

+ 2 - 2
config/index.js

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