mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 23:25:06 +08:00
请求响应错误统一处理
This commit is contained in:
@ -72,7 +72,9 @@ export default {
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.$store.dispatch('obtainUserInfo')
|
||||
if (this.hasLogin){
|
||||
this.$store.dispatch('obtainUserInfo')
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
loginOrJump(pageUrl) {
|
||||
|
Reference in New Issue
Block a user