#
whycq
2025-02-19 04839b0c8660e2ba4228a743edf8f784e2470d6c
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',