zhiyuan-007 1 年之前
父節點
當前提交
c29d34cc1b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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";