|
@@ -2,12 +2,12 @@
|
|
{
|
|
{
|
|
"name": "智能看板",
|
|
"name": "智能看板",
|
|
"router": "/dashboard",
|
|
"router": "/dashboard",
|
|
- "icon": "function/dashboard.png"
|
|
|
|
|
|
+ "icon": "智能看板.png"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "智享生活",
|
|
"name": "智享生活",
|
|
"router": "/life",
|
|
"router": "/life",
|
|
- "icon": "function/life.png",
|
|
|
|
|
|
+ "icon": "智享生活.png",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
"name": "智慧餐厅",
|
|
"name": "智慧餐厅",
|
|
@@ -34,7 +34,7 @@
|
|
{
|
|
{
|
|
"name": "智慧办公",
|
|
"name": "智慧办公",
|
|
"router": "/work",
|
|
"router": "/work",
|
|
- "icon": "function/work.png",
|
|
|
|
|
|
+ "icon": "智慧办公.png",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
"name": "楼层概览",
|
|
"name": "楼层概览",
|
|
@@ -61,7 +61,7 @@
|
|
{
|
|
{
|
|
"name": "数智双碳",
|
|
"name": "数智双碳",
|
|
"router": "/doubleCarbon",
|
|
"router": "/doubleCarbon",
|
|
- "icon": "function/carbon.png",
|
|
|
|
|
|
+ "icon": "数智双碳.png",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
"name": "双碳概览",
|
|
"name": "双碳概览",
|
|
@@ -88,7 +88,7 @@
|
|
{
|
|
{
|
|
"name": "智慧运营",
|
|
"name": "智慧运营",
|
|
"router": "/business",
|
|
"router": "/business",
|
|
- "icon": "function/operation.png",
|
|
|
|
|
|
+ "icon": "智慧运营.png",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
"name": "资产管理",
|
|
"name": "资产管理",
|
|
@@ -110,7 +110,7 @@
|
|
{
|
|
{
|
|
"name": "智慧安防",
|
|
"name": "智慧安防",
|
|
"router": "/security",
|
|
"router": "/security",
|
|
- "icon": "function/security.png",
|
|
|
|
|
|
+ "icon": "智慧安防.png",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
"name": "安防人员",
|
|
"name": "安防人员",
|
|
@@ -154,7 +154,7 @@
|
|
{
|
|
{
|
|
"name": "智慧场景",
|
|
"name": "智慧场景",
|
|
"router": "/scene",
|
|
"router": "/scene",
|
|
- "icon": "function/scene.png",
|
|
|
|
|
|
+ "icon": "智慧场景.png",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
"name": "智•会议",
|
|
"name": "智•会议",
|
|
@@ -222,7 +222,7 @@
|
|
{
|
|
{
|
|
"name": "数据报表",
|
|
"name": "数据报表",
|
|
"router": "/report",
|
|
"router": "/report",
|
|
- "icon": "function/report.png",
|
|
|
|
|
|
+ "icon": "数据报表.png",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
"name": "报表",
|
|
"name": "报表",
|
|
@@ -274,6 +274,28 @@
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "统一鉴权",
|
|
|
|
+ "router": "/auth",
|
|
|
|
+ "icon": "权限下达.png",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "name": "角色权限",
|
|
|
|
+ "router": "/auth/role",
|
|
|
|
+ "icon": "角色权限.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "行为权限",
|
|
|
|
+ "router": "/auth/action",
|
|
|
|
+ "icon": "行为权限.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "权限查看",
|
|
|
|
+ "router": "/auth/view",
|
|
|
|
+ "icon": "权限查看.png"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
}
|
|
}
|
|
|
|
|
|
]
|
|
]
|