From 88919f084e32f246e7eb46cd58e899bb9c4962f8 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 28 Apr 2025 18:31:12 +0800
Subject: [PATCH] feat: k线图页面,添加卖出按钮
---
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 6ba2672..5449c04 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -7,11 +7,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.8:8091/",
+ // baseURL: "http://192.168.10.8:8091/",
util: {
image: "/util/image.html" // 图片上传
}
--
Gitblit v1.9.3