📱 ipad 保存布局

This commit is contained in:
Vanessa 2022-10-03 22:32:38 +08:00
parent b146051bf1
commit d3eaf64e8e
2 changed files with 3 additions and 1 deletions

View file

@ -511,5 +511,8 @@ const initWindow = () => {
window.addEventListener("beforeunload", () => {
exportLayout(false);
}, false);
window.addEventListener("pagehide", () => {
exportLayout(false);
}, false);
/// #endif
};

File diff suppressed because one or more lines are too long