|
@@ -73,7 +73,8 @@ export default {
|
|
// return false // 22.11.21 暂不开放
|
|
// return false // 22.11.21 暂不开放
|
|
return !this.isLogin
|
|
return !this.isLogin
|
|
},
|
|
},
|
|
- handleMenuClick(item) {
|
|
|
|
|
|
+ async handleMenuClick(item) {
|
|
|
|
+ await this.loginCheck()
|
|
this.AccessDeepMenu(item)
|
|
this.AccessDeepMenu(item)
|
|
},
|
|
},
|
|
handleRoleExchange(roleId) {
|
|
handleRoleExchange(roleId) {
|