zhangwei
1 天以前 ef3906e9669cc75c054ef9bf4ea6336b727a539b
src/router/modules/mine.ts
@@ -1,7 +1,7 @@
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",