src/router/index.ts
@@ -62,12 +62,12 @@ component: Layout, redirect: "/index", children: [ { path: "/index", component: () => import("@/views/index.vue"), name: "Index", meta: { title: "函件信息", icon: "dashboard", affix: true }, }, // { // path: "/index", // component: () => import("@/views/index.vue"), // name: "Index", // meta: { title: "函件信息", icon: "dashboard", affix: true }, // }, ], }, {