mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
modify name
This commit is contained in:
@@ -242,11 +242,11 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
if (self.$utils.isString(data.result.newToken)) {
|
||||
if (self.$utilities.isString(data.result.newToken)) {
|
||||
self.$user.updateToken(data.result.newToken);
|
||||
}
|
||||
|
||||
if (self.$utils.isObject(data.result.user)) {
|
||||
if (self.$utilities.isObject(data.result.user)) {
|
||||
self.$user.updateUserInfo(data.result.user);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user