|
@@ -56,7 +56,7 @@ export default {
|
|
|
SendOutMessage: (msg) => {
|
|
|
msg = JSON.stringify(msg);
|
|
|
console.log("发送消息" + msg);
|
|
|
- //如果被嵌入Iframe响应跨域--消息
|
|
|
+ //如果被嵌入Iframe响应跨域----消息
|
|
|
if (window.CityGIS.hasIframe()) {
|
|
|
return $.when(window.parent.postMessage(msg, "*")).then(function(){
|
|
|
return "ok";
|