'-'
zhangwei
2025-07-28 bb576469eb1e2cb2bf8e1717902702ca28f5ef65
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",