默认不支持IE全系浏览器

This commit is contained in:
menglei 2022-04-01 11:30:17 +08:00
parent a854e0ca8e
commit 8e75ba66b2
2 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,12 +2,12 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="X-UA-Compatible" content="IE=emulateIE9">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= webpackConfig.name %></title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<!--[if IE]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
body,