@@ -22,7 +22,7 @@ const devPathSrc = path.resolve(__dirname, "../../../src"); // node_modules应
// let devModules = ["index", "inward", "WMS", "queue"];
// let devModules = ["index", "appoint", "statisticalReport", "sale"];
// let devModules = ["index", "appoint", "statisticalReport", "WMS", "sale"];
-let devModules = ["all"];
+let devModules = ["index", "appoint", "statisticalReport"];
//let devModules = ["BMS","index","sale","appoint","AMS","queue","QMS","RMS",'statisticalReport',"inward"];
//let devModules = ["BMS","index","sale","appoint","AMS","queue","QMS","RMS",'statisticalReport'];
@@ -65,8 +65,8 @@ let proxyTable = {
},
// 所有数据的请求域名地址
"/api/v1": {
- target: "http://172.16.33.166:80",
- // target: "http://localhost:8080",
+ // target: "http://172.16.33.166:80",
+ target: "http://localhost:8080",
// target: "http://192.168.1.101:8080",
ws: true,
pathRewrite: {