feat: 完成城市管理前端增删改查功能
This commit is contained in:
@@ -9,20 +9,6 @@ import Layout from "@/layout";
|
|||||||
|
|
||||||
// 公共路由
|
// 公共路由
|
||||||
export const constantRoutes = [
|
export const constantRoutes = [
|
||||||
{
|
|
||||||
path: "/oa/city",
|
|
||||||
component: Layout,
|
|
||||||
hidden: false,
|
|
||||||
meta: { title: "城市管理", icon: "dashboard" },
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: "index",
|
|
||||||
component: () => import("@/views/oa/city/index"),
|
|
||||||
name: "City",
|
|
||||||
meta: { title: "城市管理", icon: "el-icon-office-building" }
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/redirect",
|
path: "/redirect",
|
||||||
component: Layout,
|
component: Layout,
|
||||||
|
|||||||
Reference in New Issue
Block a user