@@ -109,7 +109,7 @@ const vueConfig = {
proxy: {
'/api': {
// target: 'http://192.168.16.104:8104/cw-coupon/',
- target: 'https://carwash-store.test.zyucgj.com/cw-coupon/',
+ target: 'http://carwash-store.test.zyucgj.com/cw-store/',
ws: false,
changeOrigin: true,
pathRewrite: {
@@ -117,7 +117,7 @@ const vueConfig = {
},
// ÖØÐ´cookie·¾¶
cookiePathRewrite: {
- '/cw-coupon/': '/'
+ '/cw-store/': '/'
}