From 5d7d8cc4defc14433448f35ed1cacee95f271287 Mon Sep 17 00:00:00 2001 From: xuziqiang <1344691446@qq.com> Date: Wed, 19 Jun 2024 15:20:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/config/resource.json | 208 ----------------------------- 1 file changed, 208 deletions(-) delete mode 100644 hx-ai-intelligent/src/config/resource.json diff --git a/hx-ai-intelligent/src/config/resource.json b/hx-ai-intelligent/src/config/resource.json deleted file mode 100644 index fac28af..0000000 --- a/hx-ai-intelligent/src/config/resource.json +++ /dev/null @@ -1,208 +0,0 @@ -{ - "application": { - "version": "1.1.74", - "label": "停车业务平台", - "dataScope": { - "scopeMode": 0, - "scopeType": "", - "dataTips": "" - } - }, - "menus":[ - { - "code": "EquipmentManage", - "icon": "dicizhishou", - "sort": 0, - "label": "设备管理", - "type": "menus", - "backApi": [], - "parentCode": "", - "menus": [ - { - "code": "Ledger", - "icon": "dicizhishou", - "sort": 0, - "label": "设备台账", - "type": "noChildrenMenu", - "backApi": [], - "parentCode": "EquipmentManage", - "menus": [] - }, - { - "code": "Group", - "icon": "dicizhishou", - "sort": 1, - "label": "分组管理", - "type": "noChildrenMenu", - "backApi": [], - "parentCode": "EquipmentManage", - "menus": [] - }, - { - "code": "EnergyMapping", - "icon": "dicizhishou", - "sort": 2, - "label": "能耗映射", - "type": "noChildrenMenu", - "backApi": [], - "parentCode": "EquipmentManage", - "menus": [] - } - ] - }, - { - "code": "organizationManage", - "icon": "dicizhishou", - "sort": 1, - "label": "组织管理", - "type": "menus", - "backApi": [], - "parentCode": "", - "menus": [ - { - "code": "EnterpriseManage", - "icon": "dicizhishou", - "sort": 0, - "label": "企业管理", - "type": "menus", - "backApi": [ - { - "method": "GET", - "url": "/api/objs/FeedbackWeb/feedBackList" - } - ], - "parentCode": "organizationManage", - "menus": [ - { - "code": "enterpriseManageIndex", - "icon": " ", - "sort": 0, - "label": "企业管理", - "type": "menus", - "backApi": [ - { - "method": "GET", - "url": "/api/objs/FeedbackWeb/feedBackList" - } - ], - "parentCode": "EnterpriseManage", - "extend": { - "keepAlive": true - } - } - ] - }, - { - "code": "UserManage", - "icon": "dicizhishou", - "sort": 1, - "label": "用户管理", - "type": "menus", - "backApi": [ - { - "method": "GET", - "url": "/api/objs/FeedbackWeb/feedBackList" - } - ], - "parentCode": "organizationManage", - "menus": [ - { - "code": "userManageIndex", - "icon": " ", - "sort": 0, - "label": "用户管理", - "type": "menus", - "backApi": [ - { - "method": "GET", - "url": "/api/objs/FeedbackWeb/feedBackList" - } - ], - "parentCode": "UserManage", - "extend": { - "keepAlive": true - } - } - ] - }, - { - "code": "AuthorityManage", - "icon": "dicizhishou", - "sort": 2, - "label": "部门/权限", - "type": "menus", - "backApi": [ - { - "method": "GET", - "url": "/api/objs/FeedbackWeb/feedBackList" - } - ], - "parentCode": "organizationManage", - "menus": [ - { - "code": "authorityManageIndex", - "icon": " ", - "sort": 0, - "label": "部门/权限", - "type": "menus", - "backApi": [ - { - "method": "GET", - "url": "/api/objs/FeedbackWeb/feedBackList" - } - ], - "parentCode": "AuthorityManage", - "extend": { - "keepAlive": true - } - } - ] - } - ] - }, - { - "code": "home", - "icon": "dicizhishou", - "sort": 2, - "label": "首页", - "type": "menus", - "backApi": [], - "parentCode": "", - "menus": [ - { - "code": "HomeModule", - "icon": "dicizhishou", - "sort": 0, - "label": "首页", - "type": "menus", - "backApi": [ - { - "method": "GET", - "url": "/api/objs/FeedbackWeb/feedBackList" - } - ], - "parentCode": "home", - "menus": [ - { - "code": "homeIndex", - "icon": " ", - "sort": 0, - "label": "首页", - "type": "menus", - "backApi": [ - { - "method": "GET", - "url": "/api/objs/FeedbackWeb/feedBackList" - } - ], - "parentCode": "HomeModule", - "extend": { - "keepAlive": true - } - } - ] - } - ] - } - ] -} \ No newline at end of file