zhangyanpeng
2020-02-11 ee7a140cf101c0e863d699dbe2da10767914f95b
src/views/Home.vue
@@ -101,7 +101,7 @@
               {'id': "111_1", 'title': "信息广场", 'path': 'square', 'parentId': "111"}, //
               {'id': "111_2", 'title': "项目总览", 'path': 'list', 'parentId': "111"}, //
               {'id': "111_3", 'title': "项目分析", 'path': 'Overview', 'parentId': "111"}, //
               {'id': "111_4", 'title': "归档报告", 'path': 'project4', 'parentId': "111"}, //
               // {'id': "111_4", 'title': "归档报告", 'path': 'project4', 'parentId': "111"}, //
               {'id': "112_1", 'title': "任务列表", 'path': 'calendarTask', 'parentId': "112"}, //
            ],
            100: [
@@ -153,6 +153,7 @@
      
      Cancel() {
         this.$router.push('/login');
         localStorage.setItem('userId', undefined);
      },
      menuSelect(index, a){
       let isPage = index.substring(0,2);