From 1d7abc068ced4e8f3759c65904603cccdb105ee9 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 31 Jul 2018 11:56:19 +0800
Subject: [PATCH] 返回winDemo bug 修复
---
src/assets/app-data.json | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 874920b..3e82812 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -72,7 +72,7 @@
{
"text": "������������",
"icon": "icon-support",
- "link": "/"
+ "link": "/grid-trace"
},
{
"text": "������������",
@@ -80,29 +80,29 @@
"children": [
{
"text": "������������",
- "link": "/reports/query"
+ "link": "/operation/data-audit"
}
,
{
"text": "������������",
- "link": "/"
+ "link": "/operation/device-status"
}
,
{
"text": "������������",
- "link": "/"
+ "link": "/operation/device-maintenance"
}
]
},
{
"text": "������������",
"icon": "icon-flag",
- "link": "/"
+ "link": "/sand-table"
},
{
"text": "������������",
"icon": "icon-people",
- "link": "/"
+ "link": "/raise-dust"
}
]
}
--
Gitblit v1.8.0