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:
parent
a6cf96f373
commit
903db88cdf
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user