zhiyuan-007 1 ano atrás
pai
commit
39181fab1c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/AppJK.vue

+ 1 - 1
src/AppJK.vue

@@ -32,7 +32,7 @@ export default {
             InvokeMethod(methodName, params);
           },
           InitInvokeType: () => {
-            //如果被嵌入Iframe响应--跨域--消息
+            //如果被嵌入Iframe响应跨域消息
             if (window.CityGIS.hasIframe()) {
               window.addEventListener("message", (evt) => {
                 if(evt.data != undefined){