Compare commits

..

No commits in common. "dbfa1a4037384c66a64abc4e0e4dee2c76034f3f" and "a082b437b71b1c3ad50e293584b17696ce240e5d" have entirely different histories.

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',