mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 01:06:45 +08:00
[FIX]电投优化-流程到达签名页后不允许跳到前面的页面-IndexBar.vue
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
||||
let url = ''
|
||||
//由 localStorage.salePageFlag 来控制是否可跳到指定页面
|
||||
console.log('点击跳转', 'pageIndex=', pageIndex, 'salePageFlag==', this.salePageFlag)
|
||||
if (this.salePageFlag < pageIndex) return
|
||||
if (Number(this.salePageFlag) < Number(pageIndex)) return
|
||||
switch (pageIndex) {
|
||||
case 1: //跳到投保人页面
|
||||
url = `/sale/insuredInfo?edit=1&salePageFlag=${pageIndex}`
|
||||
|
||||
Reference in New Issue
Block a user