This commit is contained in:
Vanessa 2022-08-28 12:44:28 +08:00
parent 3c3b612e1d
commit ae01b52ae3
9 changed files with 13 additions and 13 deletions

View file

@ -396,7 +396,7 @@ ${accountHTML}
modelMainElement.querySelector("#exportLog").addEventListener("click", () => {
fetchPost("/api/system/exportLog", {}, (response) => {
openByMobile(response.data.zip);
})
});
});
modelMainElement.querySelector("#importData").addEventListener("change", (event: InputEvent & { target: HTMLInputElement }) => {
const formData = new FormData();