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