src/router/modules/home.ts
@@ -5,10 +5,10 @@ path: "/welcome", name: "Welcome", component: Layout, redirect: "/welcome", // redirect: "/welcome", meta: { icon: "ep/home-filled", title: "首页", title: "主页", rank: 0 }, children: [ @@ -17,7 +17,7 @@ name: "Welcome", component: () => import("@/views/welcome/index.vue"), meta: { title: "首页", title: "主页", showLink: VITE_HIDE_HOME === "true" ? false : true } }