提交 66fca432 编写于 作者: 张磊's avatar 张磊

add forward

上级 1af1bf98
......@@ -420,8 +420,8 @@ export default {
versionNumber,
projectEquityNo,
lanZhouOldflag,
projectEquityNoNext,
yunOrderNoNext,
// projectEquityNoNext,
// yunOrderNoNext,
} = res.data;
if (lanZhouOldflag) {
const url = '/home';
......@@ -435,8 +435,8 @@ export default {
[4, 5, 6].includes(versionNumber)
) {
this.showProtocol = true;
const yo = yunOrderNoNext || yunOrderNo;
const po = projectEquityNoNext || projectEquityNo;
const yo = yunOrderNo;
const po = projectEquityNo;
this.openWebAppConfigPositive.path = `pagesInsurance/all-entrance/index?channelSource=insurance_channel&projectEquityNo=${po}&yunOrderNo=${yo}&externalOrderNo=${externalOrderNo}`;
console.log(
'-this.openWebAppConfigPositive.path',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册