This commit is contained in:
Vanessa 2023-09-26 10:46:20 +08:00
parent 455d5c3908
commit cd8b537465
6 changed files with 9 additions and 10 deletions

View file

@ -168,7 +168,7 @@ export class App {
window.siyuan.menus = new Menus(this);
bootSync();
fetchPost("/api/setting/getCloudUser", {}, userResponse => {
window.siyuan.user = userResponse.data || {};
window.siyuan.user = userResponse.data;
onGetConfig(response.data.start, this);
account.onSetaccount();
setTitle(window.siyuan.languages.siyuanNote);