feat 菜单管理移植

This commit is contained in:
xxm
2022-10-14 23:48:20 +08:00
parent c420ec5be1
commit a434ec8bdb
16 changed files with 440 additions and 31 deletions

View File

@@ -89,7 +89,7 @@
listenerRouteChange((route) => {
const { name } = route
console.log(route)
// console.log(route)
if (name === REDIRECT_NAME || !route || !userStore.getToken) {
return
}