|
@@ -1,27 +1,19 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
2
|
<html>
|
3
|
|
- <head>
|
4
|
|
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
5
|
|
- <meta
|
6
|
|
- content="width=device-width,initial-scale=1,user-scalable=no"
|
7
|
|
- name="viewport"
|
8
|
|
- />
|
9
|
|
- <meta name="apple-mobile-web-app-capable" content="yes" />
|
10
|
|
- <meta name="apple-touch-fullscreen" content="yes" />
|
11
|
|
- <meta name="format-detection" content="telephone=no,address=no" />
|
12
|
|
- <meta name="apple-mobile-web-app-status-bar-style" content="white" />
|
13
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
14
|
|
- <!-- <script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> -->
|
15
|
|
- <script
|
16
|
|
- charset="utf-8"
|
17
|
|
- src="https://map.qq.com/api/gljs?v=1.exp&key=OB4BZ-D4W3U-B7VVO-4PJWW-6TKDJ-WPB77"
|
18
|
|
- ></script>
|
19
|
|
- <title>civilized-miniapp</title>
|
20
|
|
- <script>
|
21
|
|
- <%= htmlWebpackPlugin.options.script %>
|
22
|
|
- </script>
|
23
|
|
- </head>
|
24
|
|
- <body>
|
25
|
|
- <div id="app"></div>
|
26
|
|
- </body>
|
|
3
|
+<head>
|
|
4
|
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
|
5
|
+ <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
|
|
6
|
+ <meta name="apple-mobile-web-app-capable" content="yes">
|
|
7
|
+ <meta name="apple-touch-fullscreen" content="yes">
|
|
8
|
+ <meta name="format-detection" content="telephone=no,address=no">
|
|
9
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="white">
|
|
10
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
|
|
11
|
+ <!-- <script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> -->
|
|
12
|
+ <script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=HTPBZ-HHJA7-XD2XD-PRS37-H3HVJ-U5BAA&libraries=service"></script>
|
|
13
|
+ <title>civilized-miniapp</title>
|
|
14
|
+ <script><%= htmlWebpackPlugin.options.script %></script>
|
|
15
|
+</head>
|
|
16
|
+<body>
|
|
17
|
+ <div id="app"></div>
|
|
18
|
+</body>
|
27
|
19
|
</html>
|