From 8ba4860a97cbff9e50e7a6b5d2c05b97816755c2 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 27 Mar 2018 09:41:23 +0800 Subject: [PATCH] 监控点 click事件实现 --- src/assets/app-data.json | 19 +++++++------------ 1 files changed, 7 insertions(+), 12 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 76b2b22..9877414 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -51,25 +51,20 @@ "text": "������������", "link": "/sensors/basic" }] - }, { - "text": "������������", - "icon": "icon-graph", - "children": [ - { - "text": "������������", - "link": "/analysis/query" - } - ] - }, { + },{ "text": "������������", "icon": "icon-chart", "children": [ { - "text": "���������������", + "text": "������������", + "link": "/reports/query" + }, + { + "text": "������������", "link": "/reports/demo" }, { - "text": "Excel������", + "text": "������������", "link": "/reports/excel" } ] -- Gitblit v1.8.0