二期:路由修改

This commit is contained in:
朱浩 2024-07-25 10:09:03 +08:00
parent e032d8514e
commit 0a641fee06
2 changed files with 3 additions and 3 deletions

View File

@ -60,11 +60,11 @@ const menus = ref([
name: '备课',
path: '/prepare'
},
{
/*{
icon: 'icon-jiangke1 icon-teach',
name: '授课',
path: '/teach'
}
}*/
])
//

View File

@ -18,7 +18,7 @@ export const constantRoutes = [
path: '/resource',
component: () => import('@/views/resource/index.vue'),
name: 'resource',
meta: {title: '资源',keepAlive:true}
meta: {title: '资源'}
},
{
path: '/prepare',