|
@@ -1,4 +1,3 @@
|
|
|
-import { home } from "@/router/enums";
|
|
|
|
|
const Layout = () => import("@/layout/index.vue");
|
|
const Layout = () => import("@/layout/index.vue");
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
@@ -6,8 +5,6 @@ export default {
|
|
|
component: Layout,
|
|
component: Layout,
|
|
|
redirect: "/dashboard/index",
|
|
redirect: "/dashboard/index",
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: "首页",
|
|
|
|
|
- rank: home,
|
|
|
|
|
showLink: false
|
|
showLink: false
|
|
|
}
|
|
}
|
|
|
} satisfies RouteConfigsTable;
|
|
} satisfies RouteConfigsTable;
|