diff --git a/data/init/sys_menu.json b/data/init/sys_menu.json index 9e9074b6..89c7628f 100644 --- a/data/init/sys_menu.json +++ b/data/init/sys_menu.json @@ -2498,5 +2498,24 @@ "remark": "", "status": "0", "visible": "0" - } + }, + { + "id": 2225, + "menuName": "OTA", + "parentId": 0, + "orderNum": 1, + "path": "upgradePack", + "component": "iot/ota/upgradePack/index", + "queryParam": null, + "isFrame": "1", + "isCache": "0", + "menuType": "C", + "visible": "0", + "status": "0", + "perms": null, + "icon": "", + "createBy": 1, + "createDept": 103, + "updateBy": 1 + } ] diff --git a/data/init/sys_role_menu.json b/data/init/sys_role_menu.json index 3242331f..c392893c 100644 --- a/data/init/sys_role_menu.json +++ b/data/init/sys_role_menu.json @@ -403,5 +403,10 @@ "id": 2023070901, "menuId": 2224, "roleId": 2 - } + }, + { + "id": 2023071901, + "menuId": 2225, + "roleId": 2 + } ]