-
zhangwei
2024-12-31 d0fd00436448dd7b82031f840e22d9e6aecb6053
src/pages/mine/index.vue
@@ -133,7 +133,18 @@
                  });
               }
            }, ],
            navList2: [{
            navList2: [
               {
                  icon: 'icon-dingdan',
                  name: '上班打卡',
                  cb: this.toMyWork
               },
               {
                  icon: 'icon-fuwutuandui',
                  name: '工作记录',
                  cb: this.toMyRecord
               },
               {
                  icon: 'icon-wanshanxinxi',
                  name: '完善资料',
                  cb: function() {
@@ -142,18 +153,19 @@
                     });
                  }
               },
            ],
            navList3: [
               {
                  icon: 'icon-dingdan',
                  name: '我的工作',
                  name: '上班打卡',
                  cb: this.toMyWork
               },
               {
                  icon: 'icon-fuwutuandui',
                  name: '打卡记录',
                  name: '工作记录',
                  cb: this.toMyRecord
               },
            ],
            navList3: [{
               {
                  icon: 'icon-wanshanxinxi',
                  name: '修改资料',
                  cb: function() {
@@ -161,16 +173,6 @@
                        url: '/pages/mine/apply'
                     });
                  }
               },
               {
                  icon: 'icon-dingdan',
                  name: '我的工作',
                  cb: this.toMyWork
               },
               {
                  icon: 'icon-fuwutuandui',
                  name: '打卡记录',
                  cb: this.toMyRecord
               },
            ],
            token: this.$db.get('userToken') || ''