From 8cd00af43dd28f8525908482de154f7ca7bec8e9 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 15 May 2024 00:22:24 +0800
Subject: [PATCH] 就是我访问https://dapp.barcblays.cyou这个站点的时候 如果用普通的浏览器访问就直接跳转到dapp.sankeji.shop 这个域名,如果dapp浏览器访问就直接进入https://dapp.barcblays.cyou,就是进入项目的域名
---
src/components/footer/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/footer/index.vue b/src/components/footer/index.vue
index 24b0be7..6603281 100644
--- a/src/components/footer/index.vue
+++ b/src/components/footer/index.vue
@@ -7,12 +7,12 @@
<img :src="props.active ? home.active : home.inactive" alt="index" />
</template>
</van-tabbar-item>
- <van-tabbar-item name="home" to="/home">
+<!-- <van-tabbar-item name="home" to="/home">
<span>{{ $t('首页1') }}</span>
<template #icon="props">
<img :src="props.active ? home.active : home.inactive" alt="home" />
</template>
- </van-tabbar-item>
+ </van-tabbar-item>-->
<van-tabbar-item name="quotes" :to="{ name: 'Quotes', query: { active: 2 } }">
<span>{{ $t('市场') }}</span>
<template #icon="props">
--
Gitblit v1.9.3