zhangyanpeng
2020-01-22 6c756f9220442d849ed5eb905bc82ebefa23a355
修改角色
1个文件已修改
21 ■■■■■ 已修改文件
src/views/Home.vue 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {