|
|
@ -55,7 +55,7 @@ export const constantRoutes = [ |
|
|
|
{ |
|
|
|
path: '/region', |
|
|
|
component: () => |
|
|
|
import('@/views/region/region.vue'), |
|
|
|
import('@/views/region/region.vue'), |
|
|
|
name: 'region', |
|
|
|
meta: { |
|
|
|
title: '自主学习计划管理' |
|
|
@ -116,7 +116,7 @@ export const constantRoutes = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/personalization', |
|
|
|
component: () => import('@/views/personalization/personalization.vue'), |
|
|
|
component: () => import('@/views/personalization/personalization.vue'), |
|
|
|
name: 'personalization', |
|
|
|
meta: { |
|
|
|
title: '公告管理' |
|
|
@ -124,7 +124,7 @@ export const constantRoutes = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/copyofprocess', |
|
|
|
component: () => import('@/views/copyofprocess/liuchengchasongguanli.vue'), |
|
|
|
component: () => import('@/views/copyofprocess/liuchengchasongguanli.vue'), |
|
|
|
name: 'liuchengchasongguanli', |
|
|
|
meta: { |
|
|
|
title: '论坛管理' |
|
|
@ -155,7 +155,7 @@ export const constantRoutes = [ |
|
|
|
{ |
|
|
|
path: '/organizationManage', |
|
|
|
component: () => |
|
|
|
import('@/views/organizationManage/organizationManage.vue'), |
|
|
|
import('@/views/organizationManage/organizationManage.vue'), |
|
|
|
name: 'organizationManage', |
|
|
|
meta: { |
|
|
|
title: '论坛交流' |
|
|
|