This commit is contained in:
Daniel 2024-12-21 10:12:07 +08:00
parent b11417d725
commit 9b17b6ea4f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -257,7 +257,7 @@ export const exportConfig = {
exportConfig.element.querySelector("#exportData").addEventListener("click", async () => {
/// #if BROWSER
fetchPost("/api/export/exportData", {}, response => {
window.location.href = response.data.zip;
openByMobile(response.data.zip);
});
/// #else
const result = await ipcRenderer.invoke(Constants.SIYUAN_GET, {