diff --git a/src/router/index.ts b/src/router/index.ts index 2f2dcd4..da4e013 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -71,22 +71,6 @@ export const constantRoutes: Array = [ } ] }, - { - path: "/table", - component: Layout, - redirect: "/table/index", - children: [ - { - path: "index", - component: () => import("@/views/table/index.vue"), - name: "Table", - meta: { - title: "表格", - icon: "table" - } - } - ] - }, { path: "/menu", component: Layout,