Selaa lähdekoodia

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

1004749546@qq.com 4 vuotta sitten
vanhempi
commit
9f2ef101eb
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      .env.preview
  2. 1 1
      vue.config.js

+ 1 - 1
.env.preview

@@ -1,5 +1,5 @@
 NODE_ENV=production
 VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL=http://carwash-store.test.zyucgj.com/cw-store/
+VUE_APP_API_BASE_URL=http://carwash.test.zyucgj.com/cw-store/
 VUE_APP_VERSION=V1.0.1
 VUE_APP_PRO_NAME=发卷中心-pro

+ 1 - 1
vue.config.js

@@ -109,7 +109,7 @@ const vueConfig = {
     proxy: {
       '/api': {
         // target: 'http://192.168.16.104:8104/cw-coupon/',
-        target: 'http://carwash-store.test.zyucgj.com/cw-store/',
+        target: 'http://carwash.test.zyucgj.com/cw-store/',
         ws: false,
         changeOrigin: true,
         pathRewrite: {