浏览代码

隐藏学习记录

shmily1213 4 周之前
父节点
当前提交
ac0ab3a1b1
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/pagesStudy/pages/index/compoentns/index-menu.vue

+ 5 - 5
src/pagesStudy/pages/index/compoentns/index-menu.vue

@@ -36,11 +36,11 @@ const menus = [
     icon: '/menu/menu-mistake.png',
     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) => {
   if (menu.label === '错题本') {