From d38f3d8c0642d5d58a3baeff5d80abafaa702f9f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 13 一月 2025 13:43:11 +0800
Subject: [PATCH] ll
---
h5/pages/waybill/home.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/h5/pages/waybill/home.vue b/h5/pages/waybill/home.vue
index b1cead8..62dae00 100644
--- a/h5/pages/waybill/home.vue
+++ b/h5/pages/waybill/home.vue
@@ -67,7 +67,7 @@
phone, code,openid: this.$store.state.openId, userType: 3
}).then(res => {
if (res && res.code == 200) {
- this.$store.commit('setToken', res.data.token)
+ this.$store.commit('setToken', res.data)
getUserInfo().then(ress => {
this.$store.commit('setWaybillInfo', ress.data)
uni.navigateTo({
--
Gitblit v1.9.3