| | |
| | | export default [ |
| | | { |
| | | icon: 'home', |
| | | text: '首页', |
| | | url: 'pages/home/home', |
| | | icon: '/static/images/home/Home@2x.png', |
| | | activeIcon: '/static/images/home/Home-click@2x.png' |
| | | }, |
| | | { |
| | | icon: 'sort', |
| | | text: '图书服务', |
| | | url: 'pages/bookServices/index' |
| | | url: 'pages/bookServices/index', |
| | | icon: '/static/images/home/service@2x.png', |
| | | activeIcon: '/static/images/home/service-click@2x.png' |
| | | }, |
| | | |
| | | { |
| | | icon: 'sort', |
| | | text: '学习', |
| | | url: 'pages/goods/category/index', |
| | | icon: '/static/images/home/learn@2x.png', |
| | | activeIcon: '/static/images/home/learn-click@2x.png' |
| | | }, |
| | | { |
| | | icon: 'cart', |
| | | text: '购物车', |
| | | url: 'pages/cart/index', |
| | | icon: '/static/images/home/cart@2x.png', |
| | | activeIcon: '/static/images/home/cart-click@2x.png' |
| | | }, |
| | | { |
| | | icon: 'person', |
| | | text: '个人中心', |
| | | url: 'pages/personalCenter/index', |
| | | <<<<<<< HEAD |
| | | <<<<<<< HEAD |
| | | icon: '/static/images/home/my@2x.png', |
| | | activeIcon: '/static/images/home/my-click@2x.png' |
| | | ======= |
| | | >>>>>>> master |
| | | ======= |
| | | >>>>>>> master |
| | | }, |
| | | ]; |