{{ item.description || '暂无描述' }}
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,
}
},