diff --git a/components/AQ/AQTabber.vue b/components/AQ/AQTabber.vue index e313ffa..91c3680 100644 --- a/components/AQ/AQTabber.vue +++ b/components/AQ/AQTabber.vue @@ -64,20 +64,20 @@ this.tabBar = [{ text: "首页", urlPath: '/pages/coach/home/index', //自定义页面跳转路径 - iconPath: "/static/images/tabbar/home.png", - selectedIconPath: "/static/images/tabbar/home_selected.png" + iconPath: "/static/images/tabbar/index.png", + selectedIconPath: "/static/images/tabbar/indexs.png" }, { text: "课表", urlPath: '/pages/coach/course/list', //自定义页面跳转路径 - iconPath: "/static/images/tabbar/my.png", - selectedIconPath: "/static/images/tabbar/my.png" + iconPath: "/static/images/tabbar/timetable.png", + selectedIconPath: "/static/images/tabbar/timetables.png" }, { text: "班级", urlPath: '/pages/coach/class/list', //自定义页面跳转路径 - iconPath: "/static/images/tabbar/my.png", - selectedIconPath: "/static/images/tabbar/my.png" + iconPath: "/static/images/tabbar/banji.png", + selectedIconPath: "/static/images/tabbar/banjis.png" }, { text: "我的",