zhiyuan-007 1 anno fa
parent
commit
39181fab1c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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){