From 0c59453494fbe885917beb53edbcb0bfc7548743 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 31 五月 2023 15:21:35 +0800
Subject: [PATCH] 更新
---
src/utils/axios.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/utils/axios.ts b/src/utils/axios.ts
index 743aeca..b19259d 100644
--- a/src/utils/axios.ts
+++ b/src/utils/axios.ts
@@ -8,8 +8,8 @@
let controllers: AbortController[] = []
-// const BASE_URL = 'https://hemobs.icoldchain.cn'
-const BASE_URL='http://testbs.ihemodialysis.com'
+const BASE_URL = 'https://hemobs.icoldchain.cn'
+// const BASE_URL='http://testbs.ihemodialysis.com'
const TIME_OUT = 10 * 1000
interface IResponseError {
--
Gitblit v1.8.0