diff --git a/src/forge/Main/SpecialModal.jsx b/src/forge/Main/SpecialModal.jsx index 1454be67..2c9a21f8 100644 --- a/src/forge/Main/SpecialModal.jsx +++ b/src/forge/Main/SpecialModal.jsx @@ -16,7 +16,8 @@ function SpecialModal({ visible , hideModal , sureModal , showNotification , use function sure(){ if(!user_apply_signatures || (user_apply_signatures && user_apply_signatures.status !== "waiting")){ if(!id || (id && id.length === 0)){ - showNotification("请先提交文件进行审核!"); + // showNotification("请先提交文件进行审核!"); + getUrl(`/api/apply_signatures/template_file`) return; } const url = `/apply_signatures.json`;