zhangwei
9 天以前 03c275439949875a857538df89a41696642c42b3
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