17618d9c by lxs

分级分类任务更新

1 parent de572cd5
......@@ -646,7 +646,7 @@ onMounted(() => {
</span>
</template>
<span class="operate_btn active">
<el-dropdown trigger="hover" :show-timeout="50" >
<el-dropdown trigger="hover" :show-timeout="50" >
<span class="text_btn">...</span>
<template #dropdown>
......
......@@ -31,7 +31,7 @@ router.beforeEach(async (to, from, next) => {
return;
}
// 是否已登录
if (1) {
if (userStore.isLogin) {
// 是否已根据权限动态生成并注册路由
if (routeStore.isGenerate) {
// 导航栏如果不是 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!