From feda1a3904098d7b11ce0dea324e7b8db6228828 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 17 Jul 2018 13:18:56 +0800
Subject: [PATCH] 新增 企业管理 3页面
---
src/assets/app-data.json | 53 +++++++++++++++++++----------------------------------
1 files changed, 19 insertions(+), 34 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 84decc7..874920b 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -22,70 +22,55 @@
{
"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": "������������",
"icon": "icon-chemistry",
- "link": "/"
+ "link": "/pollution/management"
},
{
"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"
}
]
},
{
"text": "������������",
"icon": "icon-note",
- "link": "/"
+ "children": [{
+ "text": "������������",
+ "link": "/statistics/analysis"
+ }, {
+ "text": "������������",
+ "link": "/statistics/calendar"
+ }, {
+ "text": "������������������",
+ "link": "/reports/query2"
+ }]
},
{
- "text": "������������",
+ "text": "������������",
"icon": "icon-support",
"link": "/"
},
--
Gitblit v1.8.0