From 5077eb1389b2a0886e7a7b8cc3327f46126c9c92 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 24 Apr 2025 15:05:07 +0800
Subject: [PATCH] feat: 交易 添加黄金下单
---
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 478481f..203bae5 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -6,11 +6,11 @@
// baseURL: 'http://localhost:8070',
/* Util API */
// baseURL: '/',
- baseURL: 'https://api.fidelityio.com/',
+ // baseURL: 'https://api.fidelityio.com/', // 线上
// 0311
// baseURL: "https://api.amcfcxn.org/",
// 本地
- // baseURL: "http://192.168.10.4:8091/",
+ baseURL: "http://192.168.10.4:8091/",
util: {
image: "/util/image.html" // 图片上传
}
--
Gitblit v1.9.3