This commit is contained in:
caozehui
2024-11-20 13:53:31 +08:00
parent efb6b2598a
commit c46a55e9c4
2 changed files with 2 additions and 3 deletions

View File

@@ -69,7 +69,6 @@ router.beforeEach(async (to, from, next) => {
await initDynamicRouter()
return next({ ...to, replace: true })
}
// 7.存储 routerName 做按钮权限筛选
authStore.setRouteName(to.name as string)