1004749546@qq.com vor 4 Jahren
Ursprung
Commit
b93174fde8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -108,7 +108,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
     proxy: {
       '/api': {
       '/api': {
-        target: 'http://192.168.16.105:8102/cw-store/',
+        target: 'http://192.168.16.104:8104/cw-coupon/',
         // target: 'https://zyyc.chelingzhu.com/cw-admin/',
         // target: 'https://zyyc.chelingzhu.com/cw-admin/',
         ws: false,
         ws: false,
         changeOrigin: true,
         changeOrigin: true,
@@ -117,7 +117,7 @@ const vueConfig = {
         },
         },
         // ÖØÐ´cookie·¾¶
         // ÖØÐ´cookie·¾¶
         cookiePathRewrite: {
         cookiePathRewrite: {
-          '/cw-admin/': '/'
+          '/cw-coupon/': '/'
         }
         }
       }
       }
     }
     }