From 7b66a6de088f85e706a8cfacd49e92200fab006b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 23 Dec 2021 16:46:04 +0800
Subject: [PATCH] +保安证改成大弹窗
---
template.h5.html | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/template.h5.html b/template.h5.html
index a2ba1f1..78f2488 100644
--- a/template.h5.html
+++ b/template.h5.html
@@ -9,15 +9,13 @@
<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'
})
</script>
- <!-- 百度地图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" />
+
</head>
<body>
<noscript>
--
Gitblit v1.9.3