Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

revert: delete the 'table' route

This commit is contained in:
pany 2022-08-19 21:16:58 +08:00
parent a6cf96f373
commit 903db88cdf

View File

@ -71,22 +71,6 @@ export const constantRoutes: Array<RouteRecordRaw> = [
}
]
},
{
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,