chore: 替换 icon 图标

This commit is contained in:
Huangzhe
2025-05-22 17:30:10 +08:00
parent 0685c46500
commit c38c0c8a71
2 changed files with 2 additions and 1 deletions

BIN
src/assets/img/yl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,6 +1,7 @@
<script setup lang="ts">
import { computed, ref, watch } from 'vue';
import { useRoute, useRouter } from 'vue-router';
import yl from '@/assets/img/yl.png';
const router = useRouter();
const route = useRoute();
@@ -22,7 +23,7 @@ const navigation = ref([
// name: 'home',
// path: '/home'
// },
icon: '/tabbar/yl.png'
icon: yl
},
{
title: '我的',