From 466f8877a80c2437a0c0794994204fb3dc7dfd12 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sun, 19 May 2024 00:05:37 +0800
Subject: [PATCH] localhost

---
 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 f3543d4..a113ed4 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -9,9 +9,9 @@
   // baseURL: '/',
   // baseURL: 'http://www.jumptalk.net:8091',
   // 0311
-  // baseURL: "https://api.essencefunds.com/",
+  baseURL: "https://api.essencefunds.com/",
   // 本地
-  baseURL: "http://192.168.0.105:8091/",
+  // baseURL: "http://192.168.0.105:8091/",
   util: {
     image: "/util/image.html" // 图片上传
   }

--
Gitblit v1.9.3