zhangwei
3 天以前 14f7d39b1885442de42bdd81806774151baddd4f
src/router/modules/home.ts
@@ -2,10 +2,10 @@
const Layout = () => import("@/layout/index.vue");
export default {
  path: "/welcome",
  name: "Welcome",
  path: "/",
  name: "Home",
  component: Layout,
  // redirect: "/welcome",
  redirect: "/welcome",
  meta: {
    icon: "ep/home-filled",
    title: "首页",