From 2b7f656c001e0e4bee945a3bf8de1db21cc2c8c1 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 04 Jul 2024 11:01:11 +0800
Subject: [PATCH] 更改logo
---
src/api/quotes.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/quotes.js b/src/api/quotes.js
index b07e688..630f919 100644
--- a/src/api/quotes.js
+++ b/src/api/quotes.js
@@ -1,6 +1,6 @@
import Axios from "@/utils/http";
function getPairsWallet(data) {
- return Axios.fetch("wap/api/wallet/getAll.action", data);
+ return Axios.fetch("wap/api/wallet!getAll.action", data);
}
function getExchangerateuserconfig() {
return Axios.fetch("wap/api/exchangerate!list.action");
--
Gitblit v1.9.3