From 18bc56d4176b90ab5a1afceddcfa3ce55da5e070 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 13 Aug 2021 12:34:28 +0800
Subject: [PATCH] 配置文件更改
---
template.h5.html | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/template.h5.html b/template.h5.html
index a2ba1f1..cd00d1d 100644
--- a/template.h5.html
+++ b/template.h5.html
@@ -9,6 +9,7 @@
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
+ <link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
<script>
document.addEventListener('DOMContentLoaded', function() {
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
@@ -17,7 +18,13 @@
<!-- 百度地图api -->
<script type="text/javascript" src="https://mapapi.qq.com/web/mapComponents/geoLocation/v/geolocation.min.js">
</script>
- <link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
+ <!-- 微信支持 -->
+ <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