From 4ec03b6661a4ebd9692384f1c8b3e41880d837eb Mon Sep 17 00:00:00 2001 From: mengff <1198151809@qq.com> Date: Mon, 4 Nov 2024 10:43:15 +0800 Subject: [PATCH] =?UTF-8?q?--=E4=BF=AE=E6=94=B9=E4=BA=A4=E9=80=9A=E6=B0=94?= =?UTF-8?q?=E8=B1=A1=E7=9B=91=E6=B5=8B=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/codehelp_files.md | 2 +- ruoyi-ui/src/common/menuData.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/codehelp_files.md b/ruoyi-ui/codehelp_files.md index 0c2a0b10..a504a6e7 100644 --- a/ruoyi-ui/codehelp_files.md +++ b/ruoyi-ui/codehelp_files.md @@ -1648,7 +1648,7 @@ │ │ │ insert.svg │ │ │ refresh.svg │ │ │ -│ │ ├─meteorologyCheck //交通气象检测 +│ │ ├─meteorologyCheck //交通气象监测 │ │ │ │ data.js │ │ │ │ index.vue │ │ │ │ diff --git a/ruoyi-ui/src/common/menuData.js b/ruoyi-ui/src/common/menuData.js index 4b81c792..439df902 100644 --- a/ruoyi-ui/src/common/menuData.js +++ b/ruoyi-ui/src/common/menuData.js @@ -26,7 +26,7 @@ export default [ component: "perception/trafficFlow/index.vue", }, { - title: "交通气象检测", + title: "交通气象监测", path: "/perception/meteorologyCheck", name: "perceptionMeteorologyCheck", component: "perception/meteorologyCheck/index.vue",