🐛 nav 菜单切换问题修复
This commit is contained in:
parent
7894d4c3a4
commit
73e6bd325b
@ -184,8 +184,6 @@ export default {
|
||||
},
|
||||
handleSelectMenu(item) {
|
||||
let _ts = this;
|
||||
let activeMenu = _ts.$store.state.activeMenu;
|
||||
if (activeMenu !== item) {
|
||||
switch (item) {
|
||||
case 'topic':
|
||||
_ts.$router.push({
|
||||
@ -220,7 +218,6 @@ export default {
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
},
|
||||
handleCommand(item) {
|
||||
let _ts = this;
|
||||
|
Loading…
Reference in New Issue
Block a user