Merge branch 'master' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend

This commit is contained in:
姜棚 2021-11-30 06:39:06 +08:00
commit a279166336
1 changed files with 1 additions and 1 deletions

View File

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