From 2683853e3c271e76bcb2d73ab2dddae38a9e90c1 Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Fri, 31 May 2024 21:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=AE=A1=E6=A0=B8=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 6 +++--- src/views/system/ApplicationReview/index.vue | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) 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 @@