src/router/modules/mine.ts
@@ -1,10 +1,10 @@ export default { path: "/item", component: () => import("@/views/item/index.vue"), name: "item", path: "/mine", component: () => import("@/views/mine/index.vue"), name: "Mine", // redirect: "/error/403", meta: { icon: "ep/home-filled", icon: "mdi:account-outline", // showLink: false, title: "个人中心", rank: 9