7.5 wangeditor
This commit is contained in:
@ -36,6 +36,11 @@ export default [
|
||||
path: '/Calendar',
|
||||
component: './MainPage/ProjectManager/components/CalendarForm',
|
||||
},
|
||||
//富文本组件
|
||||
{
|
||||
path: '/editor',
|
||||
component: './MainPage/ProjectManager/components/WangEditor',
|
||||
},
|
||||
//401错误页
|
||||
{
|
||||
exact: true,
|
||||
@ -243,7 +248,7 @@ export default [
|
||||
path: '/Supervision',
|
||||
component: './Project/ProjectManage/Supervision'
|
||||
},
|
||||
{//审查人员 项目管理页
|
||||
{//审查人员 项目管理页
|
||||
name: 'Examination',
|
||||
path: '/Examination',
|
||||
component: './Project/ProjectManage/Examination'
|
||||
|
Reference in New Issue
Block a user