From 0001030f8f412738a2513a6c87e772041ff1dbc1 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 13 Jul 2018 14:54:23 +0800
Subject: [PATCH] 删除 yarn 文件
---
src/assets/app-data.json | 178 +++++++++++++++++++++++++++++++----------------------------
1 files changed, 93 insertions(+), 85 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 584e5e2..083dcb7 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -1,101 +1,109 @@
{
"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",
+ "menu": [
+ {
+ "text": "������������",
+ "group": true,
+ "hideInBreadcrumb": true,
+ "children": [
+ {
+ "text": "������������",
+ "icon": "icon-speedometer",
+ "link": "/home-page"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-pie-chart",
+ "link": "/forecasting-warning"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-directions",
+ "link": "/environment/management"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-chemistry",
+ "link": "/pollution/management"
+ },
+ {
+ "text": "������������������",
+ "icon": "icon-puzzle",
+ "children": [
+ {
+ "text": "gis������",
+ "link": "/"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/"
+ }
+ ]
+ },
+ {
+ "text": "������������",
+ "icon": "icon-note",
"children": [{
- "text": "������������",
- "link": "/users/installer"
+ "text": "������������",
+ "link": "/statistics/analysis"
}, {
- "text": "������������",
- "link": "/users/alarm-user"
- }]
- }, {
- "text": "������������",
- "icon": "icon-grid",
- "children": [{
- "text": "������������",
- "link": "/devices/basic"
+ "text": "������������",
+ "link": "/statistics/calendar"
}, {
- "text": "������������",
- "link": "/devices/version"
- }, {
- "text": "������������������",
- "link": "/devices/monitor-point"
+ "text": "������������������",
+ "link": "/reports/query2"
}]
- }, {
- "text": "���������������",
- "icon": "icon-note",
- "children": [{
- "text": "������������",
- "link": "/sensors/basic"
- }]
- },{
- "text": "������������",
- "icon": "icon-chart",
- "children": [
- {
- "text": "������������",
+ },
+ {
+ "text": "������������",
+ "icon": "icon-support",
+ "link": "/"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-wrench",
+ "children": [
+ {
+ "text": "������������",
"link": "/reports/query"
- },
- {
- "text": "������������",
- "link": "/reports/demo"
- },
- {
- "text": "������������",
- "link": "/reports/alarm"
- },
- {
- "text": "������������",
- "link": "/reports/excel"
- }
- ]
- }, {
- "text": "������������",
- "icon": "icon-settings",
- "children": [
- {
- "text": "������������",
- "link": "/systems/account"
- },
- {
- "text": "������������",
- "link": "/systems/organization"
- },
- {
- "text": "���������������",
- "link": "/systems/registration",
- "hide": true
- }
- ]
- }
- ]
-
-
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/"
+ }
+ ,
+ {
+ "text": "������������",
+ "link": "/"
+ }
+ ]
+ },
+ {
+ "text": "������������",
+ "icon": "icon-flag",
+ "link": "/"
+ },
+ {
+ "text": "������������",
+ "icon": "icon-people",
+ "link": "/"
+ }
+ ]
}
-
-
- ]
+ ]
}
--
Gitblit v1.8.0