mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 02:56:43 +08:00
[FIX]保全-数据字典扩充,应用到数据字典的地方修改;续期账号变更
This commit is contained in:
@@ -33,16 +33,16 @@ export default {
|
||||
// 此处处理 this.path
|
||||
switch (this.entry) {
|
||||
case 'BB':
|
||||
this.path = '/preserve/ContactConfirmation?entry=BB'
|
||||
this.path = `/preserve/ContactConfirmation?entry=${this.entry}`
|
||||
break
|
||||
case 'BC':
|
||||
this.path = '/preserve/BeneficiaryConfirmation?entry=BC'
|
||||
this.path = `/preserve/BeneficiaryConfirmation?entry=${this.entry}`
|
||||
break
|
||||
case 'PC':
|
||||
this.path = '/preserve/pc/renewalConfirmation?entry=PC'
|
||||
this.path = `/preserve/pc/renewalConfirmation?entry=${this.entry}`
|
||||
break
|
||||
case 'CT':
|
||||
this.path = '/preserve/ct/surrenderConfirmation?entry=CT'
|
||||
this.path = `/preserve/ct/surrenderConfirmation?entry=${this.entry}`
|
||||
break
|
||||
case 'WT':
|
||||
this.path = ''
|
||||
|
||||
Reference in New Issue
Block a user