Browse Source

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

YunaiV 3 years ago
parent
commit
c06a96b768
2 changed files with 22 additions and 1 deletions
  1. 20 0
      yudao-ui-admin/public/html/ie.html
  2. 2 1
      yudao-ui-admin/public/index.html

File diff suppressed because it is too large
+ 20 - 0
yudao-ui-admin/public/html/ie.html


+ 2 - 1
yudao-ui-admin/public/index.html

@@ -7,7 +7,8 @@
     <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>
-	  <style>
+    <!--[if lt IE 11]><script>window.location.href='html/ie.html';</script><![endif]-->
+    <style>
     html,
     body,
     #app {

Some files were not shown because too many files changed in this diff