chore: 替换 icon 图标
This commit is contained in:
BIN
src/assets/img/yl.png
Normal file
BIN
src/assets/img/yl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -1,6 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed, ref, watch } from 'vue';
|
import { computed, ref, watch } from 'vue';
|
||||||
import { useRoute, useRouter } from 'vue-router';
|
import { useRoute, useRouter } from 'vue-router';
|
||||||
|
import yl from '@/assets/img/yl.png';
|
||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
@@ -22,7 +23,7 @@ const navigation = ref([
|
|||||||
// name: 'home',
|
// name: 'home',
|
||||||
// path: '/home'
|
// path: '/home'
|
||||||
// },
|
// },
|
||||||
icon: '/tabbar/yl.png'
|
icon: yl
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '我的',
|
title: '我的',
|
||||||
|
|||||||
Reference in New Issue
Block a user