分级分类任务更新
Showing
3 changed files
with
1 additions
and
1 deletions
| ... | @@ -31,7 +31,7 @@ router.beforeEach(async (to, from, next) => { | ... | @@ -31,7 +31,7 @@ router.beforeEach(async (to, from, next) => { |
| 31 | return; | 31 | return; |
| 32 | } | 32 | } |
| 33 | // 是否已登录 | 33 | // 是否已登录 |
| 34 | if (1) { | 34 | if (userStore.isLogin) { |
| 35 | // 是否已根据权限动态生成并注册路由 | 35 | // 是否已根据权限动态生成并注册路由 |
| 36 | if (routeStore.isGenerate) { | 36 | if (routeStore.isGenerate) { |
| 37 | // 导航栏如果不是 single 模式,则需要根据 path 定位主导航的选中状态 | 37 | // 导航栏如果不是 single 模式,则需要根据 path 定位主导航的选中状态 | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment