分级分类任务更新
Showing
3 changed files
with
2 additions
and
2 deletions
| ... | @@ -646,7 +646,7 @@ onMounted(() => { | ... | @@ -646,7 +646,7 @@ onMounted(() => { |
| 646 | </span> | 646 | </span> |
| 647 | </template> | 647 | </template> |
| 648 | <span class="operate_btn active"> | 648 | <span class="operate_btn active"> |
| 649 | <el-dropdown trigger="hover" :show-timeout="50" > | 649 | <el-dropdown trigger="hover" :show-timeout="50" > |
| 650 | <span class="text_btn">...</span> | 650 | <span class="text_btn">...</span> |
| 651 | <template #dropdown> | 651 | <template #dropdown> |
| 652 | 652 | ... | ... |
| ... | @@ -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