flat: defer 节点完成后加载

This commit is contained in:
Apcallover
2024-03-28 17:24:50 +08:00
parent ba3c5a408d
commit 20e9ef260d
4 changed files with 55 additions and 527 deletions

View File

@@ -107,8 +107,8 @@
<!-- <script src="//map.qq.com/api/js?v=2.exp&key=FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"></script>-->
<!-- <script src="//3gimg.qq.com/lightmap/components/geolocation/geolocation.min.js"></script>-->
<script src="//map.qq.com/api/js?v=2.exp&key=FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"></script>
<script src="<%= BASE_URL %>resource/geolocation.min.js"></script>
<script defer src="//map.qq.com/api/js?v=2.exp&key=FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"></script>
<script defer src="<%= BASE_URL %>resource/geolocation.min.js"></script>
</body>
</html>