From 10bdb4ff5b468c77aad45ab2ec5158d715ab6a3d Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 19 七月 2023 14:53:11 +0800
Subject: [PATCH] 更新测温模块

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

diff --git a/src/utils/axios.ts b/src/utils/axios.ts
index 722a686..012fb06 100644
--- a/src/utils/axios.ts
+++ b/src/utils/axios.ts
@@ -3,14 +3,14 @@
 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(()=>{
-    console.log('重新赋值api',confingInfoStore().confingInfo)
-    BASE_URL=confingInfoStore().confingInfo.base_api
-},10000)
+// setTimeout(()=>{
+//     console.log('重新赋值api',confingInfoStore().confingInfo)
+//     BASE_URL=confingInfoStore().confingInfo.base_api
+// },10000)
 /**
  * 创建axios实例
  */

--
Gitblit v1.8.0