ll
liukangdong
2024-12-12 b6d0ad0e7e57a77d1983009494b09aa1da5fbfc4
h5/pages/driver/index.vue
@@ -147,9 +147,12 @@
         })
      },
      loginOut() {
         logoutPost({isH5: 1})
         this.$store.commit('empty')
         window.location.href = app_url
         logoutPost({isH5: 1}).then(res => {
            this.$store.commit('empty')
            setTimeout(() => {
               window.location.href = app_url
            }, 300)
         })
      },
      taskClick(item) {
         const status = item.status