沈丘营商办后台前端项目
wjt
2024-06-18 aa3d3ad8fdb71c9cdbc05ae46270cbcddff0a6f1
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 },
      // },
    ],
  },
  {