Compare commits
No commits in common. "dbfa1a4037384c66a64abc4e0e4dee2c76034f3f" and "a082b437b71b1c3ad50e293584b17696ce240e5d" have entirely different histories.
dbfa1a4037
...
a082b437b7
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue