Browse Source

地址修改

lilei 4 years ago
parent
commit
31ebb2315c
3 changed files with 2 additions and 5 deletions
  1. 1 1
      .env
  2. 1 1
      .env.preview
  3. 0 3
      vue.config.js

+ 1 - 1
.env

@@ -1,5 +1,5 @@
 NODE_ENV=production
 VUE_APP_PREVIEW=false
-VUE_APP_API_BASE_URL=https://carwash.zyucgj.com/cw-admin/
+VUE_APP_API_BASE_URL=http://aitour-it.zyucgj.com/at-admin
 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=https://carwash.test.zyucgj.com/cw-admin/
+VUE_APP_API_BASE_URL=http://aitour-it.test.zyucgj.com/at-admin
 VUE_APP_VERSION=V1.0.1
 VUE_APP_PRO_NAME=智能巡店运营平台-pro

+ 0 - 3
vue.config.js

@@ -108,10 +108,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://carwash.test.zyucgj.com/cw-admin/',
-        // target: 'https://carwash.test.zyucgj.com/cw-admin/',
         target: 'http://192.168.16.100:9102/at-admin/',
-        // target: 'http://192.168.16.107:7300/mock/5f5b0d9ecb0f492ad4ee85db/admin/at-admin/',
         ws: false,
         changeOrigin: true,
         pathRewrite: {