forked from Gitlink/forgeplus-react
修改项目首页登录框
This commit is contained in:
parent
d77e7bbd55
commit
7295349d33
|
@ -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`;
|
||||
|
|
Loading…
Reference in New Issue