From 03b0e20301f08bca19490b10eef17edc5443fa70 Mon Sep 17 00:00:00 2001 From: zuqijia <2924963185@qq.com> Date: Mon, 20 Apr 2026 20:02:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E5=9F=8E=E5=B8=82?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=89=8D=E7=AB=AF=E5=A2=9E=E5=88=A0=E6=94=B9?= =?UTF-8?q?=E6=9F=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/router/index.js | 14 -------------- 1 file changed, 14 deletions(-) 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,