quanyawei
2023-11-09 7984e0d8cebf4179f7ee3e2046207edd12398cf6
pages/index/index.vue
@@ -37,7 +37,6 @@
         //等待登录成功
         await this.$onLaunched
         this.token = uni.getStorageSync('tonken')
         console.log('indextoken', this.token)
         this.loading = false
         this.getData()
         uni.$on('currIndex', data => {
@@ -50,7 +49,6 @@
      },
      methods: {
         getData() {
            console.log('indextokengetContaminateList')
            this.$refs.agencyPage.getContaminateList()
         },
         handleChangeTabe(index) {