Commit 7c81082d authored by 罗林杰's avatar 罗林杰

Merge remote-tracking branch 'origin/master'

parents b05e844f 775f6e66
...@@ -70,6 +70,15 @@ export const processCenterRoute: AppRouteRecordRaw = { ...@@ -70,6 +70,15 @@ export const processCenterRoute: AppRouteRecordRaw = {
currentActiveMenu: '/processCenter/index', currentActiveMenu: '/processCenter/index',
}, },
children: [ children: [
{
path: '/processCenter/detailsTab1',
name: 'detailsTab1',
component: () => import('@/views/processCenter/detailsTab1/index.vue'),
meta: {
title: '发起事项详情页面',
icon: '',
},
},
{ {
path: '/processCenter/detailsTab2', path: '/processCenter/detailsTab2',
name: 'detailsTab2', name: 'detailsTab2',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment