Commit 2e05961c authored by 徐一鸣's avatar 徐一鸣

Merge branches 'dev' and 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev

parents a06c733a fcaaae01
...@@ -19,17 +19,17 @@ export default { ...@@ -19,17 +19,17 @@ export default {
return {}; return {};
}, },
mounted() { mounted() {
window.addEventListener('message',event =>{ // window.addEventListener('message',event =>{
let data = event.data; // let data = event.data;
if (data.cmd == 'mapviewmsg'){ // if (data.cmd == 'mapviewmsg'){
this.$router.push({ // this.$router.push({
name: "intelligent_details", // name: "intelligent_details",
query: { // query: {
id: data.params.id // id: data.params.id
} // }
}); // });
} // }
}) // })
}, },
methods: {}, methods: {},
}; };
......
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