diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 3ebcb51..21008e7 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -9,20 +9,6 @@ import Layout from "@/layout"; // 公共路由 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", component: Layout,