Преглед на файлове

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

1004749546@qq.com преди 4 години
родител
ревизия
d5e5857b3a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -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/': '/'
         }
       }
     }