mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🐛 Cannot export Data on mobile https://github.com/siyuan-note/siyuan/issues/13565
This commit is contained in:
parent
b11417d725
commit
9b17b6ea4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue