|
@@ -107,7 +107,7 @@ const handleNoticeBar = () => {
|
|
|
// 菜单数据
|
|
|
const menu = ref([
|
|
|
{ name: "工作审批", icon: "icon1", num: 0, url: "workApprovalIndex" },
|
|
|
- { name: "信息接报", icon: "icon2", num: 0, url: "InformationReception" },
|
|
|
+ { name: "消息中心", icon: "icon2", num: 0, url: "InformationReception" },
|
|
|
{ name: "在线点名", icon: "icon3", num: 0, url: "OnlineRollCall" },
|
|
|
{ name: "事件管理", icon: "icon4", num: 0, url: "EventList" }
|
|
|
]);
|