From 08ac00389c5ae6166cf916d90cf403d517c29224 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 13 Nov 2024 15:56:25 +0800
Subject: [PATCH] 1
---
src/page/assetsCenter/index.vue | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/page/assetsCenter/index.vue b/src/page/assetsCenter/index.vue
index a286621..d4c6c8b 100644
--- a/src/page/assetsCenter/index.vue
+++ b/src/page/assetsCenter/index.vue
@@ -233,22 +233,22 @@
text: this.$t("闪兑"),
route: "/exchange/exchangePage",
},
- {
- id: 5,
- text: this.$t("货币理财"),
- route: "/financialHistory",
- query: {
- type: 0,
- },
- },
- {
- id: 6,
- text: this.$t("矿池理财"),
- route: "/financialHistory",
- query: {
- type: 1,
- },
- },
+ // {
+ // id: 5,
+ // text: this.$t("货币理财"),
+ // route: "/financialHistory",
+ // query: {
+ // type: 0,
+ // },
+ // },
+ // {
+ // id: 6,
+ // text: this.$t("矿池理财"),
+ // route: "/financialHistory",
+ // query: {
+ // type: 1,
+ // },
+ // },
{
id: 7,
text: this.$t("划转"),
--
Gitblit v1.9.3