From b898a84c8bfccbc86b454a96c448a9cc33ea817e Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 7 Jan 2026 13:35:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=90=BD=E7=AC=94=E7=95=99?= =?UTF-8?q?=E7=97=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lblh/components/AutoSaveManager.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/lblh/components/AutoSaveManager.js b/src/views/lblh/components/AutoSaveManager.js index 90fff6b..0abcfa7 100644 --- a/src/views/lblh/components/AutoSaveManager.js +++ b/src/views/lblh/components/AutoSaveManager.js @@ -9,7 +9,11 @@ import ServerStorage from './storage/ServerStorage.js'; * 协调各种存储方式,处理冲突合并 */ class AutoSaveManager { - constructor(key, serverOptions = {}) { + constructor(key, serverOptions = { + endpoint:process.env.VUE_APP_BASE_API, + syncEndpoint:process.env.VUE_APP_BASE_API, + historyEndpoint:process.env.VUE_APP_BASE_API, + }) { this.key = key; try {