解决提示框绿色

This commit is contained in:
red-deng-deng 2021-11-30 06:13:08 +08:00
parent 46bbc6affd
commit c5b52249e7
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ export default class acclist extends React.Component{
window.history.back()
},1000);
},(err)=>{
Notify.success(err);
Notify.error(err);
})
})
}