luohairen
2024-11-12 9685de3762d0ceea938b5c195638103f8d8de969
src/views/menu/index.vue
@@ -39,9 +39,9 @@
        path: '/train'
      },
      {
        title: '我的课程',
        title: '教学资源',
        iconPath: new URL('@/assets/icons/icon1.png', import.meta.url).href,
        path: '/exam-list'
        path: '/folder'
      },
    ]
  },
@@ -58,6 +58,11 @@
        iconPath: new URL('@/assets/icons/icon1.png', import.meta.url).href,
        path: '/grade-list'
      },
      {
        title: '我的错题',
        iconPath: new URL('@/assets/icons/icon3.png', import.meta.url).href,
        path: '/wrong-list'
      },
    ]
  },
]);