Merge pull request '路由title' (#225) from lyc-dev into main

This commit is contained in:
lyc 2024-09-19 15:55:19 +08:00
commit dbfa1a4037
1 changed files with 2 additions and 2 deletions

View File

@ -36,13 +36,13 @@ export const constantRoutes = [
path: '/resource',
component: () => import('@/views/resource/index.vue'),
name: 'resource',
meta: {title: '资源'}
meta: {title: '资源'}
},
{
path: '/prepare',
component: () => import('@/views/prepare/index.vue'),
name: 'prepare',
meta: {title: '备课'}
meta: {title: '教学实践'}
},
{
path: '/teach',