update 路由隐藏

This commit is contained in:
2022-08-25 13:53:28 +08:00
parent 9df5f3b336
commit 38afe6cbb9
4 changed files with 41 additions and 13 deletions

View File

@@ -48,6 +48,7 @@ export function clearLoginInfo () {
store.commit('resetStore')
Cookies.remove('token')
window.SITE_CONFIG['dynamicMenuRoutesHasAdded'] = false
window.SITE_CONFIG['dynamicMenuRoutes'] = []
}
/**