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",
|
path: "/menu",
|
||||||
component: Layout,
|
component: Layout,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user