Commit 7aff5713 by 无尘

fix: 修改token

parent b4664224
...@@ -400,7 +400,7 @@ export default { ...@@ -400,7 +400,7 @@ export default {
} }
let resData = await postTokenData(param); let resData = await postTokenData(param);
if (resData.errorCode == 0) { if (resData.errorCode == 0) {
that.token = resData.token; that.token = resData.data.userToken;
await that.getBrand(); await that.getBrand();
await that.getCardsData(); await that.getCardsData();
await that.getData(); await that.getData();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment