-
zhangwei
2 天以前 7a8f1cb7741436c43fc5859707da5041d6648953
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",