mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化退出时再登录
This commit is contained in:
parent
7904e6e66e
commit
498f3196b4
@ -194,7 +194,11 @@
|
||||
});
|
||||
return;
|
||||
}
|
||||
let wAppId=uni.getStorageSync(constant.mapping.W_APP_ID);
|
||||
uni.clearStorageSync();
|
||||
if (wAppId != null && wAppId != undefined && wAppId != '') {
|
||||
uni.setStorageSync(constant.mapping.W_APP_ID, _option.wAppId);
|
||||
}
|
||||
uni.navigateTo({
|
||||
url:'/pages/login/login'
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user