From 7ec27eca7d6c98bcc445c9e04076067167656e96 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 04 Sep 2024 01:12:06 +0800
Subject: [PATCH] 1
---
src/store/modules/home.store.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/store/modules/home.store.js b/src/store/modules/home.store.js
index 41ea465..a90650e 100644
--- a/src/store/modules/home.store.js
+++ b/src/store/modules/home.store.js
@@ -83,9 +83,9 @@
async NEW_CION_LIST({ commit, state }) {
// 获取配置的币种
- const list = await itemlist().catch((err) => {
- Promise.reject(err);
- });
+ // const list = await itemlist().catch((err) => {
+ // Promise.reject(err);
+ // });
commit("SET_NEW_CION_LIST", list); // 拆分的单个数据
Promise.resolve(list);
--
Gitblit v1.9.3