From 1bcf13eb0dfa25600f0140ea5b78eef171e00ffe Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 17 Jul 2018 14:22:49 +0800 Subject: [PATCH] 所有页面建好 --- 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