wenhongquan 3 年之前
父节点
当前提交
2b73244cf3
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      index.html
  2. 0 0
      public/uni.webview.1.5.2.js

+ 4 - 0
index.html

@@ -8,6 +8,7 @@
     <title>交通运输应急指挥系统</title>
     <link rel="stylesheet" href="https://minedata.cn/minemapapi/v2.1.0/minemap.css" />
     <script src="https://minedata.cn/minemapapi/v2.1.0/minemap.js"></script>
+    <script src="./public/uni.webview.1.5.2.js"></script>
     <!-- <script src="https://minedata.cn/minemapapi/minemap-plugins/lbs/v1/minemap-lbs.js"></script> -->
     <script>
         minemap.domainUrl = 'https://minedata.cn';
@@ -23,6 +24,9 @@
 
         window.key = '77ef70465c2d4888b3a5132523494b94';
         minemap.solution = 16857;
+        uni.postMessage({
+            data: "test"
+        });
     </script>
 </head>
 

文件差异内容过多而无法显示
+ 0 - 0
public/uni.webview.1.5.2.js


部分文件因为文件数量过多而无法显示