From 3d49dbbd9a5e15d14fc0a4388b17c19c0ac2e5f7 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 13 Jul 2018 11:06:06 +0800 Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_demo2 --- src/assets/app-data.json | 32 +++++++++++++------------------- 1 files changed, 13 insertions(+), 19 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 6620609..ec77c1c 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": "/statistics/analysis" + }, { + "text": "������������", + "link": "/statistics/calendar" + }, { + "text": "������������������", + "link": "/statistics/monitorpoint" + }] }, { "text": "������������", @@ -95,7 +89,7 @@ "children": [ { "text": "������������", - "link": "/" + "link": "/reports/query" } , { -- Gitblit v1.8.0