diff --git a/src/components/Navigation/Index.vue b/src/components/Navigation/Index.vue index f98d841..87de0d5 100644 --- a/src/components/Navigation/Index.vue +++ b/src/components/Navigation/Index.vue @@ -12,15 +12,17 @@ const navigation = ref([ name: 'home', path: '/home' }, - icon: '/tabbar/home.png' + // icon: '/tabbar/home.png', + icon: 'home-o', + inactive:'' }, { title: '伊调研', - link: { - name: 'home', - path: '/home' - }, - icon: '/tabbar/yl.png' + // link: { + // name: 'home', + // path: '/home' + // }, + // icon: '/tabbar/yl.png' }, { title: '我的', @@ -28,7 +30,8 @@ const navigation = ref([ name: '', path: '/survey' }, - icon: '/tabbar/mine.png' + icon:'friends-o', + // icon: '/tabbar/mine.png' } ]); @@ -57,11 +60,13 @@ watch(activeTab, (value: string) => {