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",