|
@ -99,12 +99,12 @@ export default { |
|
|
// window.open(response.msg===''?'https://10.0.86.63:9000/s?loadType=auto&group=15ai1k13748d&runType=box':response.msg); |
|
|
// window.open(response.msg===''?'https://10.0.86.63:9000/s?loadType=auto&group=15ai1k13748d&runType=box':response.msg); |
|
|
// }) |
|
|
// }) |
|
|
// } |
|
|
// } |
|
|
// else if(node.title==='GIS+BIM可视化'){ |
|
|
else if(node.title==='GIS+BIM可视化'){ |
|
|
// this.activeIndex = key |
|
|
this.activeIndex = key |
|
|
// getConfigKey("dc.gisAndBim").then((response) => { |
|
|
getConfigKey("dc.gisAndBim").then((response) => { |
|
|
// window.open(response.msg===''?'https://10.0.86.63:9000/s?loadType=auto&group=15ai1k13748d&runType=box':response.msg); |
|
|
window.open(response.msg===''?'https://10.0.86.63:9000/s?loadType=auto&group=15ai1k13748d&runType=box':response.msg); |
|
|
// }) |
|
|
}) |
|
|
// } |
|
|
} |
|
|
else if (this.$route.path != node.path){ |
|
|
else if (this.$route.path != node.path){ |
|
|
this.$router.push(node.path); |
|
|
this.$router.push(node.path); |
|
|
} |
|
|
} |
|
|