@@ -0,0 +1,4 @@
+// 项目配置--由bat脚本变更
+export const ProjectName = 'store'
+export const APIHOST = 'https://api.shop.wixhb.com'
+export const IMGHOST = 'https://img.wixhb.com'
@@ -188,7 +188,7 @@
"port": 81,
"proxy": {
"/api": {
- "target": "http://api.shop.hzghd.com",
+ "target": "http://api.shop.wixhb.com",
"secure": false,
"changeOrigin": true,
"pathRewrite": {