From 1ca6a7156163dc9d489a7b0bbff77f1b84933178 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期六, 17 六月 2023 14:45:36 +0800
Subject: [PATCH] 更新页面展示
---
src/utils/axios.ts | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/utils/axios.ts b/src/utils/axios.ts
index 228c332..9d80d04 100644
--- a/src/utils/axios.ts
+++ b/src/utils/axios.ts
@@ -2,8 +2,11 @@
import { Session } from '@/utils/storage'
import { ElMessage } from 'element-plus'
+import { confingInfoStore } from '@/stores/StoresConfing'
-const BASE_URL = 'https://hemobs.icoldchain.cn'
+
+// const BASE_URL = 'https://hemobs.icoldchain.cn'
+const BASE_URL = confingInfoStore().confingInfo.base_api
const TIME_OUT = 10 * 1000
/**
--
Gitblit v1.8.0