Browse Source

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
修改

1004749546@qq.com 4 years ago
parent
commit
d5e5857b3a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -109,7 +109,7 @@ const vueConfig = {
     proxy: {
     proxy: {
       '/api': {
       '/api': {
         // target: 'http://192.168.16.104:8104/cw-coupon/',
         // 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,
         ws: false,
         changeOrigin: true,
         changeOrigin: true,
         pathRewrite: {
         pathRewrite: {
@@ -117,7 +117,7 @@ const vueConfig = {
         },
         },
         // ÖØÐ´cookie·¾¶
         // ÖØÐ´cookie·¾¶
         cookiePathRewrite: {
         cookiePathRewrite: {
-          '/cw-coupon/': '/'
+          '/cw-store/': '/'
         }
         }
       }
       }
     }
     }