zhangwei
2025-08-20 115769e9ad3ddc64e21ad7285450c4c563c745ed
1
2
3
4
5
6
7
8
9
10
11
12
export default {
  path: "/mine",
  component: () => import("@/views/mine/index.vue"),
  name: "Mine",
  // redirect: "/error/403",
  meta: {
    icon: "mdi:account-outline",
    // showLink: false,
    title: "个人中心",
    rank: 9
  }
} satisfies RouteConfigsTable;