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 = '审核实名认证'