src/router/modules/home.ts
@@ -2,14 +2,15 @@ const Layout = () => import("@/layout/index.vue"); export default { path: "/welcome", name: "Welcome", path: "/", name: "Home", component: Layout, redirect: "/welcome", meta: { icon: "ep/home-filled", title: "首页", rank: 0 rank: 0, showLink: false }, children: [ {