|
|
|
@ -101,27 +101,27 @@ export const constantRoutes = [
|
|
|
|
|
meta: { title: '个人中心', icon: 'user' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'declareAddContent',
|
|
|
|
|
path: 'onlineDeclareAdd',
|
|
|
|
|
component: () => import('@/views/onlineDeclaration/declareAddContent/index'),
|
|
|
|
|
name: 'declareAddContent',
|
|
|
|
|
name: 'onlineDeclareAdd',
|
|
|
|
|
meta: { title: '新增申报', icon: 'user' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'declareDetailContent',
|
|
|
|
|
path: 'onlineDeclareInfo',
|
|
|
|
|
component: () => import('@/views/onlineDeclaration/declareDetailContent/index'),
|
|
|
|
|
name: 'declareDetailContent',
|
|
|
|
|
name: 'onlineDeclareInfo',
|
|
|
|
|
meta: { title: '申报详情', icon: 'user' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'templateDetail',
|
|
|
|
|
path: 'onlineDeclareDetail',
|
|
|
|
|
component: () => import('@/views/onlineDeclaration/templateDetail/index'),
|
|
|
|
|
name: 'templateDetail',
|
|
|
|
|
name: 'onlineDeclareDetail',
|
|
|
|
|
meta: { title: '模版详情', icon: 'user' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'supplementaryNew',
|
|
|
|
|
path: 'onlineDeclareTInfo',
|
|
|
|
|
component: () => import('@/views/onlineDeclaration/supplementary/index'),
|
|
|
|
|
name: 'supplementaryNew',
|
|
|
|
|
name: 'onlineDeclareTInfo',
|
|
|
|
|
meta: { title: '模版详情', icon: 'user' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -131,9 +131,9 @@ export const constantRoutes = [
|
|
|
|
|
meta: { title: '项目详情', icon: 'user' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'enterInfo',
|
|
|
|
|
path: 'enterpriselibraryInfo',
|
|
|
|
|
component: () => import('@/views/enterpriselibrary/enterInfo/index'),
|
|
|
|
|
name: 'enterInfo',
|
|
|
|
|
name: 'enterpriselibraryInfo',
|
|
|
|
|
meta: { title: '企业详情', icon: 'user' }
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|