mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 23:14:07 +01:00
🚨
This commit is contained in:
parent
3c3b612e1d
commit
ae01b52ae3
9 changed files with 13 additions and 13 deletions
|
|
@ -167,7 +167,7 @@ export const about = {
|
|||
about.element.querySelector("#exportLog").addEventListener("click", () => {
|
||||
fetchPost("/api/system/exportLog", {}, (response) => {
|
||||
openByMobile(response.data.zip);
|
||||
})
|
||||
});
|
||||
});
|
||||
const updateElement = about.element.querySelector("#checkUpdateBtn");
|
||||
updateElement.addEventListener("click", () => {
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@ ${window.siyuan.languages.account8}`;
|
|||
fetchPost("/api/setting/getCloudUser", {
|
||||
token: data.data.token,
|
||||
}, response => {
|
||||
account._afterLogin(response, element)
|
||||
account._afterLogin(response, element);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -345,7 +345,7 @@ ${window.siyuan.languages.account8}`;
|
|||
fetchPost("/api/setting/getCloudUser", {
|
||||
token: response.data.token,
|
||||
}, userResponse => {
|
||||
account._afterLogin(userResponse, element)
|
||||
account._afterLogin(userResponse, element);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue