ll
liukangdong
2025-01-06 d1399868aa72b2cc75725e74500936b33de49910
h5/pages/wdata/home.vue
@@ -120,10 +120,10 @@
                        that.$store.commit('setToken', res.data.token)
                        getUserInfo().then(ress => {
                           that.$store.commit('setDriverInfo', ress.data)
                        })
                        uni.navigateTo({
                           url: '/pages/wdata/list'
                        })
                        })
                     }
                  }
               })