17618d9c by lxs

分级分类任务更新

1 parent de572cd5
...@@ -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 定位主导航的选中状态
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!