Commit 6d7682ad authored by 李苏's avatar 李苏 💬

调整合并参数

parent 34278fc2
......@@ -482,6 +482,15 @@
/* 开始判定*/
let queryParams={ homeCzyjType:colorMap[params.color]}
queryParams[this.menusItems[this.active]['type']] = this.menusItems[this.active]['id']
if(queryParams['gsId']){
queryParams['homeGsId']=queryParams['gsId']
delete queryParams['gsId']
}
if(queryParams['bmId']){
queryParams['homeBmId']=queryParams['bmId']
delete queryParams['bmId']
}
this.$router.push({ path: pathMap[params.name], query: queryParams });
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment