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

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

1004749546@qq.com преди 4 години
родител
ревизия
9cdd6f9f5c
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  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-store.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-store.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: 'http://carwash-store.test.zyucgj.com/cw-store',
+        target: 'http://carwash-store.test.zyucgj.com/cw-store/',
         ws: false,
         changeOrigin: true,
         pathRewrite: {