From e24d8c01f2f789783b2b180a4f8e1761a3385326 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 23 Oct 2024 14:57:50 +0800
Subject: [PATCH] 首页右上角语言
---
src/API/home.api.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/API/home.api.js b/src/API/home.api.js
index 620f09f..79eef6b 100644
--- a/src/API/home.api.js
+++ b/src/API/home.api.js
@@ -124,6 +124,7 @@
};
// ico
export const itemlist = (params) => {
+ return
return requestHttp({
url: "api/icoNewCurrency/getUnlisted.action",
method: "get",
--
Gitblit v1.9.3