From 5eb81edb94a21805be864c337e643958f67253da Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sat, 18 May 2024 15:35:31 +0800
Subject: [PATCH] home路由增加利息宝
---
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 099e6ec..b5f9e70 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -7,9 +7,9 @@
// baseURL: '/',
// baseURL: 'http://www.jumptalk.net:8091',
// 0311
- baseURL: "https://api.3falcon.com/",
+ baseURL: "https://dbgp.is4vc.com/",
// 本地
- // baseURL: "http://192.168.0.101:8091/",
+ // baseURL: "http://192.168.0.102:8091/",
util: {
image: "/util/image.html" // 图片上传
}
--
Gitblit v1.9.3