From 28d1a557a41d3c31372ead170911e57c3b2678db Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 10 May 2024 18:22:03 +0800
Subject: [PATCH] 修改:注册页面 点击注册 进入 获取验证码页面
---
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