zhangwei
2025-08-22 85c54d88f139096614aea4b06f2166cae27729d7
src/router/modules/home.ts
@@ -2,8 +2,8 @@
const Layout = () => import("@/layout/index.vue");
export default {
  path: "/welcome",
  name: "Welcome",
  path: "/",
  name: "Home",
  component: Layout,
  redirect: "/welcome",
  meta: {