From 91ae484b36927f6433b25415ca58a52fb2da0017 Mon Sep 17 00:00:00 2001 From: zhangshun <453905631@qq.com> Date: Sat, 11 Jul 2026 13:41:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E5=9E=8B=E6=A0=91?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/model-library-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/model-library-config.js b/web/public/model-library-config.js index 2353a2a..5a76075 100644 --- a/web/public/model-library-config.js +++ b/web/public/model-library-config.js @@ -1,9 +1,9 @@ window.__DMT_MODEL_LIBRARY_CONFIG__ = { // 后端服务根地址。为空时使用当前页面域名,例如 /api/models。 // 示例:"https://model-api.example.com" - API_BASE_URL: "", + API_BASE_URL: "https://dmt.meswork.com/modelLibrary", // 模型文件和缩略图服务根地址。为空时优先复用 API_BASE_URL。 // 示例:"https://model-api.example.com" - STORAGE_BASE_URL: "" + STORAGE_BASE_URL: "https://dmt.meswork.com" };