From e4cadb22394599a2f508078ff5b1e8889944475e Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Thu, 11 Jan 2018 14:51:24 +0800
Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend.git into develop
---
src/assets/app-data.json | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 3a0906f..8bfea96 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -41,10 +41,11 @@
}]
}, {
"text": "������������",
+ "link": "/",
"group": true,
"children": [{
"text": "������������",
- "link": "/users",
+ "link": "/",
"icon": "icon-user",
"children": [{
"text": "������������",
@@ -55,7 +56,7 @@
}]
}, {
"text": "������������",
- "link": "/devices",
+ "link": "/",
"icon": "icon-grid",
"children": [{
"text": "������������",
@@ -69,7 +70,7 @@
}]
}, {
"text": "���������������",
- "link": "/sensors",
+ "link": "/",
"icon": "icon-note",
"children": [{
"text": "������������",
@@ -77,7 +78,7 @@
}]
}, {
"text": "������������",
- "link": "/systems",
+ "link": "/",
"icon": "icon-note",
"children": [
{
--
Gitblit v1.8.0