From 903db88cdfe552ae7f626a61247a8d4ec28dba6f Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Fri, 19 Aug 2022 21:16:58 +0800 Subject: [PATCH] revert: delete the 'table' route --- src/router/index.ts | 16 ---------------- 1 file changed, 16 deletions(-) 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,