mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 17:36:44 +08:00
入司优化:合并问题处理 --提交人:阳华祥
This commit is contained in:
@@ -24,8 +24,6 @@ const ApproveList = () => import('@/views/ebiz/agentEenter/approve/ApproveList')
|
||||
const BasicInfo = () => import('@/views/ebiz/agentEenter/approve/BasicInfo')
|
||||
const ApproveInfo = () => import('@/views/ebiz/agentEenter/approve/ApproveInfo')
|
||||
const SubmitSuccess = () => import('@/views/ebiz/agentEenter/approve/SubmitSuccess')
|
||||
const ResultEnd = () => import('@/views/ebiz/agentEenter/ResultEnd')
|
||||
|
||||
const recordList = () => import('@/views/ebiz/agentEenter/approve/RecordList')
|
||||
const recordDetail = () => import('@/views/ebiz/agentEenter/approve/RecordDetail')
|
||||
const ResultEnd = () => import('@/views/ebiz/agentEenter/ResultEnd')
|
||||
@@ -274,15 +272,6 @@ export default [
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/agentEenter/ResultEnd',
|
||||
name: 'ResultEnd',
|
||||
component: ResultEnd,
|
||||
meta: {
|
||||
title: '入司成功',
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/agentEenter/ResultEnd',
|
||||
name: 'ResultEnd',
|
||||
|
||||
@@ -158,8 +158,6 @@ export default {
|
||||
pageNo: '1',
|
||||
index: '2',
|
||||
offset: '220',
|
||||
pos: '2'
|
||||
offset: '220',
|
||||
pos: '2',
|
||||
signatureWidth: this.$utils.signParams().signatureWidth,
|
||||
signatureHeight: this.$utils.signParams().signatureHeight
|
||||
|
||||
Reference in New Issue
Block a user