zhiyuan-007 hace 1 año
padre
commit
f301de654c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/AppJK.vue

+ 1 - 1
src/AppJK.vue

@@ -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";