From 07eb5884e8f0ba518e70fd9cf1ae095ceef03b1e Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 28 八月 2025 16:45:36 +0800
Subject: [PATCH] gx医嘱样式

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

diff --git a/src/utils/axios.ts b/src/utils/axios.ts
index 743aeca..9b0b95c 100644
--- a/src/utils/axios.ts
+++ b/src/utils/axios.ts
@@ -7,9 +7,10 @@
 import { Session } from '@/utils/storage'
 
 let controllers: AbortController[] = []
+const BASE_URL = import.meta.env.VITE_BASIC_API
 
 // const BASE_URL = 'https://hemobs.icoldchain.cn'
-const  BASE_URL='http://testbs.ihemodialysis.com'
+// const  BASE_URL='http://testbs.ihemodialysis.com'
 const TIME_OUT = 10 * 1000
 
 interface IResponseError {

--
Gitblit v1.8.0