侧边栏选中效果修复
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import { lazy } from "react";
|
||||
|
||||
// 所有可用的路由配置
|
||||
export const allRoutes = [
|
||||
{
|
||||
path: "/home",
|
||||
component: lazy(() => import("@/pages/home")),
|
||||
name: "首页",
|
||||
hidden: true,
|
||||
key: "home",
|
||||
},
|
||||
{
|
||||
path: "dashboard",
|
||||
component: lazy(() => import("@/pages/Dashboard")),
|
||||
|
||||
Reference in New Issue
Block a user