更新消息多次触发action

This commit is contained in:
dengxin
2024-03-20 09:38:11 +08:00
parent b1066a96d5
commit dc1b206230
5 changed files with 259 additions and 487 deletions

View File

@@ -5,7 +5,6 @@ const getters = {
userChecked:state=>state.user.userChecked,
area: state => state.area,
news: state=> state.news,
news_recruit: state=> state.news_recruit,
auth: state => state.auth,
authPass: (state,getters) => getters.auth.laborState && getters.auth.realNameState && getters.auth.bankCardState && getters.auth.insureState,
authInfo: state => state.auth.authInfo,