【建议书优化需求】公用模块选产品,试算页面采用原生方法jump跳转

This commit is contained in:
lyt
2023-04-04 16:18:35 +08:00
committed by liu.xiaofeng@ebiz-digits.com
parent 9be9b99abf
commit dc6ec749aa
2 changed files with 40 additions and 40 deletions

View File

@@ -536,16 +536,16 @@ export default {
} else if (this.$route.query.proposalOrderNo) {
thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo
}
this.$router.push({ path: '/common/calculatePremium' + thismyurl })
// this.$jump({
// flag: 'h5',
// extra: {
// url: location.origin + '/#/common/calculatePremium'
// },
// routerInfo: {
// path: '/common/calculatePremium'
// }
// })
// this.$router.push({ path: '/common/calculatePremium' + thismyurl })
this.$jump({
flag: 'h5',
extra: {
url: location.origin + '/#/common/calculatePremium'
},
routerInfo: {
path: '/common/calculatePremium'
}
})
}
}
}