From fe2618c213d59d2fe3cbef757cfe593ba46a56e5 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 24 一月 2025 11:12:29 +0800
Subject: [PATCH] 优化本地人脸识别逻辑

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

diff --git a/src/utils/axios.ts b/src/utils/axios.ts
index 3112807..a4ded42 100644
--- a/src/utils/axios.ts
+++ b/src/utils/axios.ts
@@ -3,8 +3,8 @@
 import { ElMessage } from 'element-plus'
 import { confingInfoStore } from '@/stores/StoresConfing'
 
-// let BASE_URL = 'http://testbs.ihemodialysis.com'
-let BASE_URL = 'https://hemobs.icoldchain.cn'
+let BASE_URL = 'http://testbs.ihemodialysis.com'
+// let BASE_URL = 'https://hemobs.icoldchain.cn'
 const TIME_OUT = 10 * 1000
 
 // setTimeout(()=>{
@@ -32,7 +32,7 @@
             ElMessage.error(`Error Code: ${status}, Message: ${error.msg || '平台环境异常'}`)
         default:
             ElMessage.error(`Error Code: ${status}, Message: ${error.msg || '未知错误,请刷新重试'}`)
-
+           
     }
 }
 

--
Gitblit v1.8.0