From b5f6bd05e31ae35b51ada190fd036e87e74fe618 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 28 Mar 2024 13:06:41 +0800
Subject: [PATCH] 注册页面的客服地址错误
---
src/axios/api.url.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 9078c3d..190c4f9 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -7,7 +7,7 @@
// baseURL: '/',
// baseURL: 'http://www.jumptalk.net:8091',
baseURL: "https://api.3falcon.com/",
- // baseURL: 'http://43.198.126.79:8091/',
+ // baseURL: "http://192.168.0.104:8091/",
// baseURL: 'http://121.43.237.202:8091/',
// baseURL: 'http://192.168.0.103:8091/',
util: {
@@ -15,3 +15,4 @@
}
};
// https://api.guosen.org
+//
--
Gitblit v1.9.3