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">