From 30e07a11459781f4bf66befe44d08e524982f7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Thu, 23 Oct 2025 11:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 35614be..798e441 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -72,18 +72,6 @@ export const constantRoutes = [ name: 'Index', meta: { title: '首页', icon: 'dashboard', affix: true } }, - { - path: '', - meta: { title: '课程信息', icon: 'dashboard' }, - children: [ - { - path: '/edu/course', - component: () => import('@/views/school/course/index.vue'), - name: 'Index', - meta: { title: '课程信息', icon: 'dashboard' } - } - ] - } ] }, {