src/views/menu/index.vue
@@ -37,7 +37,12 @@ title: '在线培训', iconPath: new URL('@/assets/icons/icon2.png', import.meta.url).href, path: '/train' } }, { title: '教学资源', iconPath: new URL('@/assets/icons/icon1.png', import.meta.url).href, path: '/folder' }, ] }, { @@ -53,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' }, ] }, ]);