Browse Source

修改采购燃料

zx 3 years ago
parent
commit
40654435f7
2 changed files with 4 additions and 4 deletions
  1. 2 2
      build/utils.js
  2. 2 2
      config/index.js

+ 2 - 2
build/utils.js

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

+ 2 - 2
config/index.js

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