| | |
| | | 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() { |
| | |
| | | }; |
| | | |
| | | let list = []; |
| | | if (!userType) { |
| | | if (!userType || userType=='undefined') { |
| | | list = DayDatas['all']; |
| | | } |
| | | else { |