From c292f295c9b516cbb9f7fbf587095f710378dbb0 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Thu, 12 Jul 2018 15:12:17 +0800
Subject: [PATCH] 预报预警
---
src/assets/app-data.json | 28 +++++++++++-----------------
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index e9f980c..75b4660 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -22,22 +22,7 @@
{
"text": "������������",
"icon": "icon-pie-chart",
- "children": [
- {
- "text": "������",
- "link": "/"
- }
- ,
- {
- "text": "������",
- "link": "/"
- }
- ,
- {
- "text": "������������",
- "link": "/"
- }
- ]
+ "link": "/forecasting-warning"
},
{
"text": "������������",
@@ -82,7 +67,16 @@
{
"text": "������������",
"icon": "icon-note",
- "link": "/"
+ "children": [{
+ "text": "������������",
+ "link": "/"
+ }, {
+ "text": "������������",
+ "link": "/"
+ }, {
+ "text": "������������������",
+ "link": "/"
+ }]
},
{
"text": "������������",
--
Gitblit v1.8.0