|
@@ -30,7 +30,7 @@ const mainRoutes = {
|
|
|
meta: {title: '整体布局'},
|
|
|
children: [
|
|
|
{path: '/redirect/:path(.*)', component: _import('modules/redirect/index')},
|
|
|
- {path: '/home', redirect: '/sys/project/AssessList', name: 'home'},
|
|
|
+ {path: '/home', redirect: '/sys/dashboard/workBench/Pending', name: 'home'},
|
|
|
{path: '/flowable/task/TaskForm', component: _import('modules/flowable/task/TaskForm'), name: 'task-form', meta: {title: '流程表单'}},
|
|
|
{path: '/flowable/task/TaskFormEdit', component: _import('modules/flowable/task/TaskFormEdit'), name: 'task-form-edit', meta: {title: '流程表单'}},
|
|
|
{path: '/flowable/task/TaskFormDetail', component: _import('modules/flowable/task/TaskFormDetail'), name: 'task-form-detail', meta: {title: '流程表单详情'}},
|