From 4f68b98a8aca50845e4d97d8b40deed0df0c9f75 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 31 Mar 2024 15:43:40 +0800
Subject: [PATCH] 注册页面的客服地址错误
---
src/axios/api.url.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 6025de9..4b6b5c7 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -6,8 +6,11 @@
/* Util API */
// baseURL: '/',
// baseURL: 'http://www.jumptalk.net:8091',
+ // 0311
// baseURL: "https://api.3falcon.com/",
- baseURL: "http://192.168.0.104:8091/",
+ // 本地
+ baseURL: "http://192.168.0.113:8091/",
+ // baseURL: "http://192.168.0.104:8091/",
// baseURL: 'http://121.43.237.202:8091/',
// baseURL: 'http://192.168.0.103:8091/',
util: {
--
Gitblit v1.9.3