提交 5942ddb9 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

feat 入参增加token字段

上级 e5a4d208
......@@ -125,6 +125,7 @@ export default {
channelCode = '',
userInfo = '',
requestParm = '',
token = '',
} = this.$route.query;
let { rightsNo = '', identity = '' } = this.$route.query;
......@@ -148,7 +149,7 @@ export default {
this.getBanner(7, rightsNo || projectEquityNo);
this.getBanner2(36, rightsNo || projectEquityNo);
this.openWebAppConfigPositive.path = `pagesInsurance/health-card/index?channelCode=${channelCode}&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&rightsNo=${rightsNo}&userInfo=${userInfo}&identity=${identity}`;
this.openWebAppConfigPositive.path = `pagesInsurance/health-card/index?channelCode=${channelCode}&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&rightsNo=${rightsNo}&userInfo=${userInfo}&identity=${identity}&token=${token}`;
if (channelCode) uploadPointData({ channelCode });
this.$sendBuriedData(
{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册