mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化自登陆问题
This commit is contained in:
parent
479d8613cf
commit
0257163c06
@ -52,7 +52,7 @@ export function onLoadHasAuth(){
|
|||||||
uni.setStorageSync("_hasLoadedObj",{
|
uni.setStorageSync("_hasLoadedObj",{
|
||||||
expireTime:addMinutes(new Date(),15).getTime()
|
expireTime:addMinutes(new Date(),15).getTime()
|
||||||
});
|
});
|
||||||
doPageCheckSession(_url,_url,function(){});
|
doPageCheckSession(_url,'',function(){});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user