From 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 02 Sep 2024 15:26:12 +0800
Subject: [PATCH] 1

---
 src/axios/api.url.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index b68b642..b09b5cd 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -9,8 +9,8 @@
   // 0311
   // baseURL: "https://api.essencefunds.com/",
   // 本地
-  baseURL: "https://api.coinbtcs.com/",
-  // baseURL: "http://192.168.10.7:8091/",
+  // baseURL: "https://api.coinbtcs.com/",
+  baseURL: "http://192.168.10.7:8091/",
   util: {
     image: "/util/image.html" // 图片上传
   }

--
Gitblit v1.9.3