zhouwx
2024-07-08 1ee4a5341215f94128b66cee4893c7c937df509a
src/layout/menu/index.js
@@ -26,7 +26,7 @@
         {
            MenuID: "13",
            MenuTitle: "数据统计",
            MenuPath: "/audit"
            MenuPath: "/dataStatistic"
         }
      ],
   },
@@ -77,13 +77,34 @@
            },
            {
               MenuID: "33",
               MenuTitle: "平级接收人管理",
               MenuTitle: "(旧)平级接收人管理",
               MenuPath: "/samelevel",
            },
            {
               MenuID: "34",
               MenuTitle: "(旧)平级接收人分组",
               MenuPath: "/samelevelGroup",
            },
            {
               MenuID: "35",
               MenuTitle: "原通讯录",
               MenuPath: "/addressBook",
            }
         ],
      },
      {
         MenuTitle: "通讯录管理",
         Icon: "book",
         MenuID: "5",
         Children: [{
            MenuID: "51",
            MenuTitle: "责任人管理",
            MenuPath: "/contactors",
         },
            {
               MenuID: "52",
               MenuTitle: "组织架构维护",
               MenuPath: "/structure",
            }
         ],
      },
@@ -91,15 +112,26 @@
         MenuTitle: "设置",
         Icon: "setting",
         MenuID: "4",
         Children: [{
            MenuID: "41",
            MenuTitle: "用户管理",
            MenuPath: "/user",
         },
         Children: [
            {
               MenuID: "43",
               MenuTitle: "响应措施管理",
               MenuPath: "/reactionManage",
            },
            {
               MenuID: "41",
               MenuTitle: "用户管理",
               MenuPath: "/user",
            },
            {
               MenuID: "42",
               MenuTitle: "短信平台设置",
               MenuPath: "/smsSetting",
            },
            {
               MenuID: "44",
               MenuTitle: "App版本控制",
               MenuPath: "/appfile",
            },
            // {
            //    MenuID: "43",
@@ -126,7 +158,7 @@
         {
            MenuID: "13",
            MenuTitle: "数据统计",
            MenuPath: "/audit"
            MenuPath: "/dataStatistic"
         }
      ],
   },
@@ -141,7 +173,34 @@
               MenuPath: "/msgReview",
            },
         ],
      }
      },
      {
         MenuTitle: "短信管理",
         Icon: "message",
         MenuID: "3",
         Children: [{
            MenuID: "31",
            MenuTitle: "常规群发",
            MenuPath: "/massSend",
         }
         ],
      },
      {
         MenuTitle: "通讯录管理",
         Icon: "book",
         MenuID: "5",
         Children: [{
            MenuID: "51",
            MenuTitle: "责任人管理",
            MenuPath: "/contactors",
         },
            {
               MenuID: "52",
               MenuTitle: "组织架构维护",
               MenuPath: "/structure",
            }
         ],
      },
   ],
   workerMenu: [{
      MenuTitle: "首页",
@@ -170,7 +229,7 @@
         {
            MenuID: "13",
            MenuTitle: "数据统计",
            MenuPath: "/audit"
            MenuPath: "/dataStatistic"
         }
      ],
   },
@@ -216,13 +275,34 @@
            },
            {
               MenuID: "33",
               MenuTitle: "平级接收人管理",
               MenuTitle: "(旧)平级接收人管理",
               MenuPath: "/samelevel",
            },
            {
               MenuID: "34",
               MenuTitle: "(旧)平级接收人分组",
               MenuPath: "/samelevelGroup",
            },
            {
               MenuID: "35",
               MenuTitle: "原通讯录",
               MenuPath: "/addressBook",
            }
         ],
      },
      {
         MenuTitle: "通讯录管理",
         Icon: "book",
         MenuID: "5",
         Children: [{
            MenuID: "51",
            MenuTitle: "责任人管理",
            MenuPath: "/contactors",
         },
            {
               MenuID: "52",
               MenuTitle: "组织架构维护",
               MenuPath: "/structure",
            }
         ],
      },
@@ -230,11 +310,17 @@
         MenuTitle: "设置",
         Icon: "setting",
         MenuID: "4",
         Children: [{
            MenuID: "41",
            MenuTitle: "用户管理",
            MenuPath: "/user",
         },
         Children: [
            {
               MenuID: "43",
               MenuTitle: "响应措施管理",
               MenuPath: "/reactionManage",
            },
            {
               MenuID: "41",
               MenuTitle: "用户管理",
               MenuPath: "/user",
            },
            {
               MenuID: "42",
               MenuTitle: "短信平台设置",
@@ -250,4 +336,4 @@
   ]
}
export default menu;
export default menu;