|
@@ -336,11 +336,17 @@ const frameCustom = [
|
|
|
meta: { title: '催办事宜' },
|
|
meta: { title: '催办事宜' },
|
|
|
component: _import('/platform/bpmn/reminders/index')
|
|
component: _import('/platform/bpmn/reminders/index')
|
|
|
},
|
|
},
|
|
|
|
|
+ // {
|
|
|
|
|
+ // path: 'documents/documents',
|
|
|
|
|
+ // name: 'documents',
|
|
|
|
|
+ // meta: { title: '查阅文件' },
|
|
|
|
|
+ // component: _import('/platform/bpmn/documents/documents')
|
|
|
|
|
+ // },
|
|
|
{
|
|
{
|
|
|
- path: 'documents/documents',
|
|
|
|
|
- name: 'documents',
|
|
|
|
|
- meta: { title: '查阅文件' },
|
|
|
|
|
- component: _import('/platform/bpmn/documents/documents')
|
|
|
|
|
|
|
+ path: 'memorandum/index',
|
|
|
|
|
+ name: 'memorandum',
|
|
|
|
|
+ meta: { title: '备忘录' },
|
|
|
|
|
+ component: _import('/platform/bpmn/memorandum/index')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: 'documents/test',
|
|
path: 'documents/test',
|