From dbf1e6293e06ed57bc1aab87802a2cfa56772e1f Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Thu, 12 Jul 2018 15:09:00 +0800 Subject: [PATCH] updates --- src/assets/app-data.json | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 6620609..519303e 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -57,7 +57,7 @@ { "text": "������������", "icon": "icon-chemistry", - "link": "/" + "link": "/pollution/management" }, { "text": "������������������", @@ -82,7 +82,16 @@ { "text": "������������", "icon": "icon-note", - "link": "/" + "children": [{ + "text": "������������", + "link": "/" + }, { + "text": "������������", + "link": "/" + }, { + "text": "������������������", + "link": "/" + }] }, { "text": "������������", @@ -95,7 +104,7 @@ "children": [ { "text": "������������", - "link": "/" + "link": "/reports/query" } , { -- Gitblit v1.8.0