From 4056d69076e49d28ee54b169b42c6430c1c2e261 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 12 Jul 2018 16:50:31 +0800
Subject: [PATCH] updates

---
 src/assets/app-data.json |   30 ++++++++++++------------------
 1 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 84decc7..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": "������������",
@@ -57,7 +42,7 @@
             {
               "text": "������������",
               "icon": "icon-chemistry",
-              "link": "/"
+              "link": "/pollution/management"
             },
             {
               "text": "������������������",
@@ -82,7 +67,16 @@
             {
               "text": "������������",
               "icon": "icon-note",
-              "link": "/"
+                "children": [{
+                        "text": "������������",
+                        "link": "/"
+                }, {
+                        "text": "������������",
+                        "link": "/"
+                }, {
+                        "text": "������������������",
+                        "link": "/"
+                }]
             },
             {
               "text": "������������",

--
Gitblit v1.8.0