From f11250cff3b6412db8360aae0b3336a8b80b12ae Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 30 Jun 2025 17:15:31 +0800
Subject: [PATCH] style

---
 src/utils/http.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/utils/http.js b/src/utils/http.js
index 1300f7b..5c63ab1 100644
--- a/src/utils/http.js
+++ b/src/utils/http.js
@@ -19,7 +19,9 @@
 var lang = JSON.parse(localStorage.getItem("lang"));
 axios.defaults.timeout = 15000;
 // axios.defaults.baseURL = URL.BASE_URL;
-axios.defaults.baseURL = 'https://btc.btcwapo.com';
+axios.defaults.baseURL = 'https://coin.usadeepcoin.com/';
+// axios.defaults.baseURL = 'https://btc.btcwapo.com/';
+
 axios.interceptors.request.use(
   (config) => {
     const token = getStorage("spToken");

--
Gitblit v1.9.3