From 6ffa2425d212b3abd08f6f83334f6676705f2bb1 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 14 Sep 2023 00:43:53 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/9152 --- app/src/util/fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/util/fetch.ts b/app/src/util/fetch.ts index 7fa54cdea..7da643622 100644 --- a/app/src/util/fetch.ts +++ b/app/src/util/fetch.ts @@ -19,7 +19,7 @@ export const fetchPost = (url: string, data?: any, cb?: (response: IWebSocketDat } } // 并发导出后端接受顺序不一致 - if (url === "api/transactions") { + if (url === "/api/transactions") { data.reqId = new Date().getTime(); } if (data instanceof FormData) {