|
@@ -119,6 +119,30 @@ export default [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ path: '/information-list',
|
|
|
+ name: 'information-list',
|
|
|
+ component: () => import('@/views/information'),
|
|
|
+ meta: {
|
|
|
+ title: '资讯列表'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/information-detail',
|
|
|
+ name: 'information-detail',
|
|
|
+ component: () => import('@/views/information/information-detail'),
|
|
|
+ meta: {
|
|
|
+ title: '资讯详情'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/notice-detail',
|
|
|
+ name: 'notice-detail',
|
|
|
+ component: () => import('@/views/information/notice-detail'),
|
|
|
+ meta: {
|
|
|
+ title: '公告详情'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/school-register',
|
|
|
name: 'school-register',
|
|
|
component: () => import('@/views/school-register/index'),
|