diff --git a/ruoyi-ui/src/common/menuData.js b/ruoyi-ui/src/common/menuData.js index 4527c5df..bc4a9407 100644 --- a/ruoyi-ui/src/common/menuData.js +++ b/ruoyi-ui/src/common/menuData.js @@ -36,7 +36,7 @@ export default [ path: "/perception/trafficSituation", name: "perceptionTrafficSituation", component: "perception/trafficSituation/index.vue", - } + }, ], }, { @@ -112,6 +112,18 @@ export default [ path: "/service/board", component: "service/board/index.vue", }, + { + title: "发布渠道管理", + name: "PublishingChannelManagement", + path: "/service/PublishingChannelManagement", + component: "service/PublishingChannelManagement/index.vue", + }, + { + title: "信息发布管理", + name: "InformationReleaseManagement", + path: "/service/InformationReleaseManagement", + component: "service/InformationReleaseManagement/index.vue", + }, ], }, { @@ -139,7 +151,7 @@ export default [ path: "/datav/gisAndBim", component: "datav/gisAndBim/index.vue", }, - ] + ], }, { title: "配置中心", diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/InformationReleaseManagement/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/service/InformationReleaseManagement/index.vue new file mode 100644 index 00000000..00fcfb97 --- /dev/null +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/InformationReleaseManagement/index.vue @@ -0,0 +1,15 @@ + + + + + diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/index.vue new file mode 100644 index 00000000..af4468ac --- /dev/null +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/index.vue @@ -0,0 +1,15 @@ + + + + +