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