1004749546@qq.com hace 4 años
padre
commit
b93174fde8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
     proxy: {
       '/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/',
         ws: false,
         changeOrigin: true,
@@ -117,7 +117,7 @@ const vueConfig = {
         },
         // ÖØÐ´cookie·¾¶
         cookiePathRewrite: {
-          '/cw-admin/': '/'
+          '/cw-coupon/': '/'
         }
       }
     }