From 1e888afdc51b931c0b4e9dc13774c33980396ba5 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 29 May 2025 14:18:35 +0800
Subject: [PATCH] 1
---
src/components/ex-nav/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/ex-nav/index.vue b/src/components/ex-nav/index.vue
index 59fcf6f..0af7c1a 100644
--- a/src/components/ex-nav/index.vue
+++ b/src/components/ex-nav/index.vue
@@ -106,12 +106,12 @@
},
];
this.navList1 = [
- {
- name: this.$t("在线客服"),
- icon: require(`@/assets/3x/资源 8@3x.png`),
+ // {
+ // name: this.$t("在线客服"),
+ // icon: require(`@/assets/3x/资源 8@3x.png`),
- path: "/customerService",
- },
+ // path: "/customerService",
+ // },
{
name: this.$t("质押借币"),
icon: require(`@/assets/3x/资源 6@3x.png`),
--
Gitblit v1.9.3