zhangwei
2025-06-25 ce5e84197b43dec8c01717b116cb77535ad3c91e
src/router/modules/remaining.ts
@@ -5,7 +5,11 @@
    path: "/",
    name: "Main",
    redirect: "/home",
    meta: {}
    meta: {
      title: "首页",
      showLink: false,
      rank: 101
    }
  },
  {
    path: "/home",
@@ -20,7 +24,7 @@
  {
    path: "/login",
    name: "Login",
    component: () => import("@/views/home/index.vue"),
    component: () => import("@/views/login/index.vue"),
    meta: {
      title: "登录",
      showLink: false,
@@ -34,7 +38,17 @@
    meta: {
      title: "注册",
      showLink: false,
      rank: 101
      rank: 104
    }
  },
  {
    path: "/registersucess",
    name: "RegisterSucess",
    component: () => import("@/views/register/registersucess.vue"),
    meta: {
      title: "注册成功",
      showLink: false,
      rank: 103
    }
  },
  {