From f1f04f429285a8f034da5f278f1892f00a45e14c Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 13 Jul 2018 13:51:38 +0800
Subject: [PATCH] updates
---
src/assets/app-data.json | 40 ++++++++++++----------------------------
1 files changed, 12 insertions(+), 28 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index e9f980c..2937ade 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -22,37 +22,12 @@
{
"text": "������������",
"icon": "icon-pie-chart",
- "children": [
- {
- "text": "������",
- "link": "/"
- }
- ,
- {
- "text": "������",
- "link": "/"
- }
- ,
- {
- "text": "������������",
- "link": "/"
- }
- ]
+ "link": "/forecasting-warning"
},
{
"text": "������������",
"icon": "icon-directions",
- "children": [
- {
- "text": "������������",
- "link": "/"
- }
- ,
- {
- "text": "������",
- "link": "/"
- }
- ]
+ "link": "/environment/management"
},
{
"text": "������������",
@@ -82,7 +57,16 @@
{
"text": "������������",
"icon": "icon-note",
- "link": "/"
+ "children": [{
+ "text": "������������",
+ "link": "/statistics/analysis"
+ }, {
+ "text": "������������",
+ "link": "/statistics/calendar"
+ }, {
+ "text": "������������������",
+ "link": "/statistics/monitorpoint"
+ }]
},
{
"text": "������������",
--
Gitblit v1.8.0