mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
fix language always being set to English after logged out
This commit is contained in:
@@ -157,7 +157,9 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
self.$settings.setEnableApplicationLock(false);
|
||||
if (self.$settings.isEnableApplicationLock()) {
|
||||
self.$settings.setEnableApplicationLock(false);
|
||||
}
|
||||
|
||||
if (self.$utilities.isString(data.result.token)) {
|
||||
self.$user.updateTokenAndUserInfo(data.result);
|
||||
|
||||
Reference in New Issue
Block a user