Browse Source

默认使用兼容模式

默认使用兼容模式,避免扯皮。
maplepie 4 years ago
parent
commit
b85c9880dc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      web/public/index.html

+ 2 - 1
web/public/index.html

@@ -3,6 +3,7 @@
 
 <head>
     <meta charset="utf-8">
+    <meta name="renderer" content="webkit">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
@@ -17,4 +18,4 @@
     <!-- built files will be auto injected -->
 </body>
 
-</html>
+</html>