17618d9c by lxs

分级分类任务更新

1 parent de572cd5
......@@ -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!