From 6c756f9220442d849ed5eb905bc82ebefa23a355 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期三, 22 一月 2020 11:16:23 +0800 Subject: [PATCH] 修改角色 --- src/views/Home.vue | 21 ++------------------- 1 files changed, 2 insertions(+), 19 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 0befde0..7b3439f 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -65,24 +65,7 @@ return { breadcrumbItems:[], defaultActive: "", - navList:[ - { - title:"棣栭〉", path:"mine",children:[] - }, - { - title:"椤圭洰绠$悊", path:"0_1",children:[ - {title:"淇℃伅骞垮満", path:"project2",children:[]}, - {title:"椤圭洰鎬昏", path:"Overview",children:[]}, - {title:"椤圭洰鍒嗘瀽", path:"project3",children:[]}, - {title:"褰掓。鎶ュ憡", path:"project4",children:[]}, - ] - }, - { - title:"浠诲姟绠$悊", path:"0_2",children:[ - {title:"浠诲姟鍒楄〃", path:"calendarTask",children:[]}, - ] - } - ], + navList:[], } }, created() { @@ -128,7 +111,7 @@ }; let list = []; - if (!userType) { + if (!userType || userType=='undefined') { list = DayDatas['all']; } else { -- Gitblit v1.8.0