1
zhangc
2025-03-24 5d62f0a16c8475aff2103f476fe827ec3e16046c
pages/home/menuHome.vue
@@ -99,7 +99,7 @@
         this.token = uni.getStorageSync('token');
         this.menu = uni.getStorageSync('menu');
         // console.log(this.menu);
         this.getAuth2()
         this.getAuth()
         // this.backGroundRepeat()
      },
      methods: {
@@ -164,7 +164,6 @@
                           url: `${res.data[i].code}`
                        })
                     }
                     console.log(that.elements);
                     that.elements.push({
                        title: '退出登录',
                        name: 'logOut',