@@ -1,5 +1,5 @@
NODE_ENV=production
VUE_APP_PREVIEW=false
-VUE_APP_API_BASE_URL=http://carwash.zyucgj.com/cw-store
+VUE_APP_API_BASE_URL=http://carwash.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.test.zyucgj.com/cw-store/
VUE_APP_PRO_NAME=发卷中心-pro
@@ -108,8 +108,8 @@ const vueConfig = {
// If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
proxy: {
'/api': {
- target: 'http://192.168.16.104:8104/cw-coupon/',
- // target: 'https://zyyc.chelingzhu.com/cw-admin/',
+ // target: 'http://192.168.16.104:8104/cw-coupon/',
+ target: 'https://carwash.test.zyucgj.com/cw-coupon/',
ws: false,
changeOrigin: true,
pathRewrite: {