Commit 775f6e66 authored by baiyinhao's avatar baiyinhao

修改路由

parent 2edab1e1
......@@ -70,6 +70,15 @@ export const processCenterRoute: AppRouteRecordRaw = {
currentActiveMenu: '/processCenter/index',
},
children: [
{
path: '/processCenter/detailsTab1',
name: 'detailsTab1',
component: () => import('@/views/processCenter/detailsTab1/index.vue'),
meta: {
title: '发起事项详情页面',
icon: '',
},
},
{
path: '/processCenter/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