diff --git a/.env.development b/.env.development index 24d715f..a05cec4 100644 --- a/.env.development +++ b/.env.development @@ -4,8 +4,8 @@ ENV = 'development' # KeySaas测试云平台/开发环境 VUE_APP_BASE_API = '/prod-api' -VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/test-api' -# VUE_APP_BASE_TARGET = 'http://192.168.0.129:9999' +# VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/test-api' +VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' # VUE_APP_BASE_TARGET = 'http://172.16.36.180:9999' # 路由懒加载 diff --git a/.env.production b/.env.production index 0bb874b..ed7462f 100644 --- a/.env.production +++ b/.env.production @@ -2,9 +2,9 @@ ENV = 'production' # KeySaas测试云平台/生产环境 -# VUE_APP_BASE_API = '/prod-api' -VUE_APP_BASE_API = '/test-api' +VUE_APP_BASE_API = '/prod-api' +# VUE_APP_BASE_API = '/test-api' -VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/test-api' +VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/prod-api' # VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' # VUE_APP_BASE_TARGET = 'http://www.keyitest.cn/prod-api' diff --git a/src/views/system/ApplicationReview/index.vue b/src/views/system/ApplicationReview/index.vue index 3f4f435..3774127 100644 --- a/src/views/system/ApplicationReview/index.vue +++ b/src/views/system/ApplicationReview/index.vue @@ -25,6 +25,7 @@