This commit is contained in:
Vanessa 2023-03-13 10:53:42 +08:00
parent 41e8fe8c03
commit ffd94d6b51
9 changed files with 1124 additions and 825 deletions

View file

@ -18,7 +18,7 @@ import {needSubscribe} from "../util/needSubscribe";
export const lockScreen = () => {
if (window.siyuan.config.readonly) {
return
return;
}
/// #if BROWSER
fetchPost("/api/system/logoutAuth", {}, () => {