From 780f76a3e8dd68abe6b007006f85a76991ea2c54 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Mon, 16 Apr 2018 13:40:28 +0800 Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop --- src/assets/app-data.json | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 76b2b22..1e7d1a2 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" } ] @@ -84,7 +79,12 @@ { "text": "������������", "link": "/systems/organization" - } + }, + { + "text": "���������������", + "link": "/systems/registration", + "hide": true + } ] } ] -- Gitblit v1.8.0