zhuhao_dev #75

Merged
zhuhao merged 9 commits from zhuhao_dev into main 2024-07-26 15:39:45 +08:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 0a641fee06 - Show all commits

View File

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

View File

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