Commit 01f63710 authored by 李苏's avatar 李苏 💬

调整

parent 374df58d
......@@ -501,15 +501,15 @@
let queryParams = {
homeCzyjType: colorMap[params.color]
}
// queryParams[this.menusItems[this.active]['type']] = this.menusItems[this.active]['id']
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']
// }
if (queryParams['bmId']) {
queryParams['homeBmId'] = queryParams['bmId']
delete queryParams['bmId']
}
this.$router.push({
path: pathMap[params.name],
......
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