mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 06:36:45 +08:00
【new】 临时存储
This commit is contained in:
@@ -12,6 +12,7 @@ const beneficiaryInfo = () => import('@/views/ebiz/preserve/BeneficiaryInfo')
|
||||
const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/BeneficiaryConfirmation')
|
||||
const surrenderInfo = () => import('@/views/ebiz/preserve/SurrenderInfo')
|
||||
const surrenderConfirmation = () => import('@/views/ebiz/preserve/SurrenderConfirmation')
|
||||
const Progress = () => import('@/views/ebiz/preserve/Progress')
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -130,5 +131,14 @@ export default [
|
||||
title: '提交结果',
|
||||
index: 13
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/preserve/Progress',
|
||||
name: 'Progress',
|
||||
component: Progress,
|
||||
meta: {
|
||||
title: '保全进度查询',
|
||||
index: 14
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user