From 4efeb31d5b4921d7e851c256009486ad86bc70e2 Mon Sep 17 00:00:00 2001 From: zengh <123456> Date: Tue, 21 Jun 2022 09:14:57 +0800 Subject: [PATCH] 地址替换 --- template.h5.html | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/template.h5.html b/template.h5.html index cd00d1d..78f2488 100644 --- a/template.h5.html +++ b/template.h5.html @@ -15,16 +15,7 @@ document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px' }) </script> - <!-- 百度地图api --> - <script type="text/javascript" src="https://mapapi.qq.com/web/mapComponents/geoLocation/v/geolocation.min.js"> - </script> - <!-- 微信支持 --> - <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script> - <!-- <script src="./js/wx.js"></script> --> - - <!-- uni 的 SDK --> - <script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"> - </script> + </head> <body> <noscript> -- Gitblit v1.9.3