Parcourir la source

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

1004749546@qq.com il y a 4 ans
Parent
commit
165e593bcf
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      .env
  2. 1 1
      .env.preview
  3. 1 1
      vue.config.js

+ 1 - 1
.env

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

+ 1 - 1
.env.preview

@@ -1,5 +1,5 @@
 NODE_ENV=production
 VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL=http://carwash.test.zyucgj.com/cw-store/
+VUE_APP_API_BASE_URL=http://carwash-store.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: 'https://carwash.test.zyucgj.com/cw-coupon/',
+        target: 'https://carwash-store.test.zyucgj.com/cw-coupon/',
         ws: false,
         changeOrigin: true,
         pathRewrite: {