From a7fb2f5eab3e548f040004c1019f1c994eb91ad4 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 09 十二月 2025 14:44:36 +0800
Subject: [PATCH] 日常更新

---
 src/utils/axios.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/axios.ts b/src/utils/axios.ts
index 3771f0b..c7aaf29 100644
--- a/src/utils/axios.ts
+++ b/src/utils/axios.ts
@@ -4,7 +4,7 @@
 import { ipcRenderer } from 'electron'
 
 
-let BASE_URL = 'https://hemobs.icoldchain.cn'
+let BASE_URL = 'https://backend.ihemodialysis.com'
 const TIME_OUT = 10 * 1000
 
 // setTimeout(()=>{

--
Gitblit v1.8.0