Commit c6bf712d by RuoYi

登录页面默认模式设置

parent 18e0a2a2
...@@ -339,6 +339,7 @@ var table = { ...@@ -339,6 +339,7 @@ var table = {
} else{ } else{
$("#" + table.options.id).bootstrapTable('refresh', params); $("#" + table.options.id).bootstrapTable('refresh', params);
} }
data = {};
}, },
// 导出数据 // 导出数据
exportExcel: function(formId) { exportExcel: function(formId) {
......
...@@ -11,9 +11,10 @@ ...@@ -11,9 +11,10 @@
<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/> <link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/>
<link href="../static/css/login.min.css" th:href="@{/css/login.min.css}" rel="stylesheet"/> <link href="../static/css/login.min.css" th:href="@{/css/login.min.css}" rel="stylesheet"/>
<link href="../static/ruoyi/css/ry-ui.css" th:href="@{/ruoyi/css/ry-ui.css?v=4.1.0}" rel="stylesheet"/> <link href="../static/ruoyi/css/ry-ui.css" th:href="@{/ruoyi/css/ry-ui.css?v=4.1.0}" rel="stylesheet"/>
<!--[if lt IE 9]> <!-- 360浏览器急速模式 -->
<meta http-equiv="refresh" content="0;ie.html" /> <meta name="renderer" content="webkit">
<![endif]--> <!-- 避免IE使用兼容模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/> <link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/>
<style type="text/css">label.error { position:inherit; }</style> <style type="text/css">label.error { position:inherit; }</style>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment