From 5cf50fe7f7892e04fea87fb00815700163bc2293 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Tue, 28 Jun 2022 10:31:46 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/personalCenter/components/addApplication.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/front/src/views/personalCenter/components/addApplication.vue b/front/src/views/personalCenter/components/addApplication.vue index 27019dc2..f6a5df1f 100644 --- a/front/src/views/personalCenter/components/addApplication.vue +++ b/front/src/views/personalCenter/components/addApplication.vue @@ -135,7 +135,7 @@ @@ -242,6 +242,7 @@ }, setup() { const disabled = ref(false) + const upLoadUrl = ref(window.SITE_CONFIG.apiURL + '/upload') const formName = reactive({ applyUserDeptId: '', applyUserDeptName: '', @@ -346,6 +347,7 @@ disabled, signOut, processStartHandle, + upLoadUrl, // baseURL, } },