From fdde9a5cb356933bac26b64b67b53167ce2f41bd Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Thu, 17 May 2018 10:03:29 +0800 Subject: [PATCH] 行业 优化 --- src/assets/app-data.json | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 9877414..584e5e2 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -41,7 +41,7 @@ "text": "������������", "link": "/devices/version" }, { - "text": "���������������", + "text": "������������������", "link": "/devices/monitor-point" }] }, { @@ -64,6 +64,10 @@ "link": "/reports/demo" }, { + "text": "������������", + "link": "/reports/alarm" + }, + { "text": "������������", "link": "/reports/excel" } @@ -79,7 +83,12 @@ { "text": "������������", "link": "/systems/organization" - } + }, + { + "text": "���������������", + "link": "/systems/registration", + "hide": true + } ] } ] -- Gitblit v1.8.0