luohairen
2024-11-04 06419b10e17c72e07f1c740836e5abb79df619d0
src/views/menu/index.vue
@@ -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'
      },
    ]
  },
]);