From 1912c347e00b238ef0b78a2abd280269cc749ed2 Mon Sep 17 00:00:00 2001 From: yyl <279235553@qq.com> Date: Fri, 12 Jan 2024 17:34:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=9C=80=E6=96=B0=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=85=AC=E4=BC=97=E6=9C=8D=E5=8A=A1=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/common/menuData.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/common/menuData.js b/ruoyi-ui/src/common/menuData.js index 4f1472bf..86bb8fb7 100644 --- a/ruoyi-ui/src/common/menuData.js +++ b/ruoyi-ui/src/common/menuData.js @@ -122,8 +122,10 @@ export default [ title: "信息发布管理", name: "InformationReleaseManagement", path: "/service/InformationReleaseManagement", - component: "service/InformationReleaseManagement/index.vue", - title: "公众服务统计", + component: "service/InformationReleaseManagement/index.vue" + }, + { + title: "公众服务统计", name: "publicService", path: "/service/publicService", component: "service/publicService/index.vue",