7.15 取消富文本组件路由

This commit is contained in:
jl-zhoujl2
2022-07-15 11:00:36 +08:00
parent 8006d32d57
commit 04b9f73d3d
3 changed files with 9 additions and 50 deletions

View File

@ -32,15 +32,15 @@ export default [
],
},
//日历组件暂时用
{
path: '/Calendar',
component: './MainPage/ProjectManager/components/CalendarForm',
},
// {
// path: '/Calendar',
// component: './MainPage/ProjectManager/components/CalendarForm',
// },
//富文本组件
{
path: '/editor',
component: './MainPage/ProjectManager/components/WangEditor',
},
// {
// path: '/editor',
// component: './MainPage/ProjectManager/components/WangEditor',
// },
//401错误页
{
exact: true,