|
@@ -36,11 +36,11 @@ const menus = [
|
|
|
icon: '/menu/menu-mistake.png',
|
|
icon: '/menu/menu-mistake.png',
|
|
|
pageUrl: '/pagesOther/pages/topic-center/wrong-book/wrong-book'
|
|
pageUrl: '/pagesOther/pages/topic-center/wrong-book/wrong-book'
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- label: '学习记录',
|
|
|
|
|
- icon: '/menu/menu-record.png',
|
|
|
|
|
- pageUrl: '/pagesStudy/pages/study-history/study-history'
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // {
|
|
|
|
|
+ // label: '学习记录',
|
|
|
|
|
+ // icon: '/menu/menu-record.png',
|
|
|
|
|
+ // pageUrl: '/pagesStudy/pages/study-history/study-history'
|
|
|
|
|
+ // }
|
|
|
]
|
|
]
|
|
|
const navigateTo = (menu: MenuItem) => {
|
|
const navigateTo = (menu: MenuItem) => {
|
|
|
if (menu.label === '错题本') {
|
|
if (menu.label === '错题本') {
|