Browse Source

新增IE浏览器版本过低提示页面

tags/v3.0.0
RuoYi 4 years ago
parent
commit
12d3e3d0d8
  1. 46
      ruoyi-ui/public/html/ie.html
  2. 1
      ruoyi-ui/public/index.html

46
ruoyi-ui/public/html/ie.html

File diff suppressed because one or more lines are too long

1
ruoyi-ui/public/index.html

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
<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]-->
<style>
html,
body,

Loading…
Cancel
Save