From e5789ebfdbd2186f4fae9968f158e4b1a2e1e2e2 Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Thu, 30 May 2024 17:44:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E8=AE=A4=E8=AF=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/system/ApplicationReview/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 2623e82..1920b8e 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ ENV = 'development' # KeySaas测试云平台/开发环境 -VUE_APP_BASE_API = '/test-api' +VUE_APP_BASE_API = '/prod-api' # VUE_APP_BASE_TARGET = 'http://www.keyitest.cn/test-api' VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' diff --git a/src/views/system/ApplicationReview/index.vue b/src/views/system/ApplicationReview/index.vue index 602ef38..c124fc6 100644 --- a/src/views/system/ApplicationReview/index.vue +++ b/src/views/system/ApplicationReview/index.vue @@ -401,7 +401,7 @@ export default { tAcA: false, c2ct: false, companyDetailInfo: {}, - baseTarget: process.env.VUE_APP_BASE_TARGET, + baseTarget: process.env.VUE_APP_BASE_API, companyApplyForm: {}, companyApplyFormRules: { status: [{ required: true, message: '请选择审核结果', trigger: 'blur' }], @@ -678,7 +678,7 @@ export default { certificateUrl, testSkills, workExperience, - status: status + '', + status: null, auditOpinion, } this.title = '审核实名认证'