From d290836f4f4c368e530a43ad6cae7fa31ea0c608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AC=A6=E9=94=A6=E8=BE=89?= Date: Fri, 11 Aug 2023 18:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=20init=5Fm?= =?UTF-8?q?enu.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dvadmin/system/fixtures/init_menu.json | 61 ------------------- 1 file changed, 61 deletions(-) diff --git a/backend/dvadmin/system/fixtures/init_menu.json b/backend/dvadmin/system/fixtures/init_menu.json index 14f6520..9d514fe 100644 --- a/backend/dvadmin/system/fixtures/init_menu.json +++ b/backend/dvadmin/system/fixtures/init_menu.json @@ -738,66 +738,5 @@ } ], "menu_button": [] - }, - { - "name": "设备管理", - "icon": "iconfont icon-diannaobangong", - "sort": 4, - "is_link": false, - "is_catalog": true, - "web_path": "", - "component": "", - "component_name": "", - "status": true, - "cache": false, - "visible": true, - "children": [ - { - "name": "网关管理", - "icon": "iconfont icon-LoggedinPC", - "sort": 1, - "is_link": false, - "is_catalog": false, - "web_path": "/swg", - "component": "device/swg/index", - "component_name": "swg", - "status": true, - "cache": false, - "visible": true, - "children": [], - "menu_button": [] - }, - { - "name": "联网设备", - "icon": "iconfont icon-putong", - "sort": 2, - "is_link": false, - "is_catalog": false, - "web_path": "/networkDevice", - "component": "device/networkDevice/index", - "component_name": "networkDevice", - "status": true, - "cache": false, - "visible": true, - "children": [], - "menu_button": [] - }, - { - "name": "模板信息", - "icon": "iconfont icon-chazhaobiaodanliebiao", - "sort": 3, - "is_link": false, - "is_catalog": false, - "web_path": "/template", - "component": "device/template/index", - "component_name": "templatePage", - "status": true, - "cache": false, - "visible": true, - "children": [], - "menu_button": [] - } - ], - "menu_button": [] } ] \ No newline at end of file