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