소스 검색

移动端模块调整

Lijy 3 년 전
부모
커밋
156c9c23d4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/Home.vue
  2. 1 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/index/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/Home.vue

@@ -408,7 +408,7 @@
             },
         },
         mounted() {
-            console.log(this.$router.options.routes, '看看')
+            // console.log(this.$router.options.routes, '看看')
             let height = window.innerHeight;
             this.tableHeight = height - 15;
             const that = this;

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/index/index.vue

@@ -91,7 +91,7 @@
                         icon: 'todo-list-o'
                     });
                 } 
-            } else if (this.user.role == 1 || this.user.role == 2){
+            } else if (this.user.role == 1 || this.user.role == 2 || this.user.role == 5){
                 if (this.user.company.packageEngineering == 1) {
                     this.routers.push(
                     {