From a2bd66a59a51c84100474d1ce3eb79d7ed3b754e Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 31 Jul 2018 15:57:06 +0800
Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_demo2
---
src/assets/app-data.json | 34 +++++++++++++++++++++++-----------
1 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 083dcb7..9b83d2c 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -36,21 +36,22 @@
},
{
"text": "������������������",
+ "group": true,
"icon": "icon-puzzle",
"children": [
{
- "text": "gis������",
- "link": "/"
+ "text": "GIS������",
+ "link": "/enterprise-management/gis-show"
}
,
{
"text": "������������",
- "link": "/"
+ "link": "/enterprise-management/enterprise-data"
}
,
{
"text": "������������",
- "link": "/"
+ "link": "/enterprise-management/standard-alarm"
}
]
},
@@ -69,9 +70,9 @@
}]
},
{
- "text": "������������",
+ "text": "������������",
"icon": "icon-support",
- "link": "/"
+ "link": "/grid-trace"
},
{
"text": "������������",
@@ -79,29 +80,40 @@
"children": [
{
"text": "������������",
- "link": "/reports/query"
+ "link": "/operation/data-audit"
}
,
{
"text": "������������",
- "link": "/"
+ "link": "/operation/device-status"
}
,
{
"text": "������������",
- "link": "/"
+ "link": "/operation/device-maintenance"
}
]
},
{
"text": "������������",
"icon": "icon-flag",
- "link": "/"
+ "children":[
+ {
+ "text": "���������������������",
+ "link": "/raise-dust/real-time"
+ },{
+ "text": "���������������������",
+ "link": "/raise-dust/statistical-query"
+ },{
+ "text": "������������",
+ "link": "/raise-dust/image-grabbing"
+ }
+ ]
},
{
"text": "������������",
"icon": "icon-people",
- "link": "/"
+ "link": "/sand-table"
}
]
}
--
Gitblit v1.8.0