@@ -1,5 +1,5 @@
NODE_ENV=production
VUE_APP_PREVIEW=false
-VUE_APP_API_BASE_URL=http://carwash-store.zyucgj.com/cw-store/
+VUE_APP_API_BASE_URL=http://carwash-store.zyucgj.com/cw-store
VUE_APP_VERSION=V1.0.1
VUE_APP_PRO_NAME=发卷中心
VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL=http://carwash.test.zyucgj.com/cw-store/
+VUE_APP_API_BASE_URL=http://carwash-store.test.zyucgj.com/cw-store
VUE_APP_PRO_NAME=发卷中心-pro
@@ -109,7 +109,7 @@ const vueConfig = {
proxy: {
'/api': {
// target: 'http://192.168.16.104:8104/cw-coupon/',
- target: 'http://carwash.test.zyucgj.com/cw-store/',
+ target: 'http://carwash-store.test.zyucgj.com/cw-store',
ws: false,
changeOrigin: true,
pathRewrite: {