Houjie
2025-07-07 0a48655d2162b709ecb80d249a4085971add6140
pages/home/home.vue
@@ -203,7 +203,6 @@
         taskCountBySelf() {
            let token = uni.getStorageSync(ACCESS_TOKEN)
            this.$http.get(this.url.countItem).then(res => {
               console.log("res::taskCountBySelf>", res)
               this.toDomsgCount = res.data.result
            })
         },