修复bug
This commit is contained in:
parent
088beed4e9
commit
7ffc142dc2
2
App.vue
2
App.vue
|
@ -134,7 +134,7 @@ import { Toast } from "./libs/uniApi";
|
||||||
this.$isResolve()
|
this.$isResolve()
|
||||||
}).catch((err)=>{
|
}).catch((err)=>{
|
||||||
this.$store.commit("LOGIN", {
|
this.$store.commit("LOGIN", {
|
||||||
'token': option.referrerInfo?.extraData?.uniMP,
|
'token': option.referrerInfo?.extraData?.token,
|
||||||
'time': 604800
|
'time': 604800
|
||||||
});
|
});
|
||||||
console.log('TOKEN解析错误:', err);
|
console.log('TOKEN解析错误:', err);
|
||||||
|
|
Loading…
Reference in New Issue