修复bug

This commit is contained in:
weipengfei 2023-11-23 10:48:26 +08:00
parent 088beed4e9
commit 7ffc142dc2
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ import { Toast } from "./libs/uniApi";
this.$isResolve()
}).catch((err)=>{
this.$store.commit("LOGIN", {
'token': option.referrerInfo?.extraData?.uniMP,
'token': option.referrerInfo?.extraData?.token,
'time': 604800
});
console.log('TOKEN解析错误:', err);