|
@ -105,6 +105,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==='零碳能源'){ |
|
|
|
|
|
this.activeIndex = key |
|
|
|
|
|
getConfigKey("carbon").then((response) => { |
|
|
|
|
|
window.open(response.msg===''?'https://10.0.111.11:100/single?key=jhszyy&route=home':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); |
|
|
} |
|
|
} |
|
|