zhangwei
2025-08-06 60f24769048e3c36f8bdde0ac4649ee6f15df334
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: {