From 99554af658a50d432ff223b31bf2f7deac1104e4 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 12 Jul 2018 14:09:43 +0800
Subject: [PATCH] updates
---
src/assets/app-data.json | 196 +++++++++++++++++++++++++++---------------------
1 files changed, 110 insertions(+), 86 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 584e5e2..921a5c0 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -1,101 +1,125 @@
{
"app": {
"name": "������������������������",
- "description": "������������������������������������������"
+ "description": "������������������������"
},
"user": {
"name": "Admin",
"avatar": "./assets/img/zorro.svg",
"email": "admin@qq.com"
},
- "menu": [{
- "text": "���������",
- "translate": "main_navigation",
- "group": true,
- "children": [{
- "text": "���������",
- "link": "/dashboard/workplace",
- "icon": "icon-speedometer",
- "translate": "dashboard_workplace"
- }]
- }, {
- "text": "������������",
- "group": true,
- "children": [{
- "text": "������������",
- "icon": "icon-user",
- "children": [{
- "text": "������������",
- "link": "/users/installer"
- }, {
- "text": "������������",
- "link": "/users/alarm-user"
- }]
- }, {
- "text": "������������",
- "icon": "icon-grid",
- "children": [{
- "text": "������������",
- "link": "/devices/basic"
- }, {
- "text": "������������",
- "link": "/devices/version"
- }, {
- "text": "������������������",
- "link": "/devices/monitor-point"
- }]
- }, {
- "text": "���������������",
- "icon": "icon-note",
- "children": [{
- "text": "������������",
- "link": "/sensors/basic"
- }]
- },{
- "text": "������������",
- "icon": "icon-chart",
- "children": [
+ "menu": [
+ {
+ "text": "������������",
+ "group": true,
+ "hideInBreadcrumb": true,
+ "children": [
+ {
+ "text": "������������",
+ "icon": "icon-speedometer",
+ "link": "/home-page"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-pie-chart",
+ "children": [
{
- "text": "������������",
- "link": "/reports/query"
- },
- {
- "text": "������������",
- "link": "/reports/demo"
- },
- {
- "text": "������������",
- "link": "/reports/alarm"
- },
- {
- "text": "������������",
- "link": "/reports/excel"
+ "text": "������",
+ "link": "/"
}
- ]
- }, {
- "text": "������������",
- "icon": "icon-settings",
- "children": [
+ ,
{
- "text": "������������",
- "link": "/systems/account"
- },
+ "text": "������",
+ "link": "/"
+ }
+ ,
{
- "text": "������������",
- "link": "/systems/organization"
- },
- {
- "text": "���������������",
- "link": "/systems/registration",
- "hide": true
- }
- ]
- }
- ]
-
-
+ "text": "������������",
+ "link": "/"
+ }
+ ]
+ },
+ {
+ "text": "������������",
+ "icon": "icon-directions",
+ "children": [
+ {
+ "text": "������������",
+ "link": "/"
+ }
+ ,
+ {
+ "text": "������",
+ "link": "/"
+ }
+ ]
+ },
+ {
+ "text": "������������",
+ "icon": "icon-chemistry",
+ "link": "/"
+ },
+ {
+ "text": "������������������",
+ "icon": "icon-puzzle",
+ "children": [
+ {
+ "text": "gis������",
+ "link": "/"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/"
+ }
+ ]
+ },
+ {
+ "text": "������������",
+ "icon": "icon-note",
+ "link": "/"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-support",
+ "link": "/"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-wrench",
+ "children": [
+ {
+ "text": "������������",
+ "link": "/maintenance/data-check"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/"
+ }
+ ]
+ },
+ {
+ "text": "������������",
+ "icon": "icon-flag",
+ "link": "/"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-people",
+ "link": "/"
+ }
+ ]
}
-
-
- ]
+ ]
}
--
Gitblit v1.8.0