zhangwei
2025-08-05 445c059cc3c0ce36269b84cd52298af378837913
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",