Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
c6bf712d
Commit
c6bf712d
authored
Feb 17, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录页面默认模式设置
parent
18e0a2a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
+1
-0
ruoyi-admin/src/main/resources/templates/login.html
+4
-3
No files found.
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
View file @
c6bf712d
...
...
@@ -339,6 +339,7 @@ var table = {
}
else
{
$
(
"#"
+
table
.
options
.
id
).
bootstrapTable
(
'refresh'
,
params
);
}
data
=
{};
},
// 导出数据
exportExcel
:
function
(
formId
)
{
...
...
ruoyi-admin/src/main/resources/templates/login.html
View file @
c6bf712d
...
...
@@ -11,9 +11,10 @@
<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/ruoyi/css/ry-ui.css"
th:href=
"@{/ruoyi/css/ry-ui.css?v=4.1.0}"
rel=
"stylesheet"
/>
<!--[if lt IE 9]>
<meta http-equiv="refresh" content="0;ie.html" />
<![endif]-->
<!-- 360浏览器急速模式 -->
<meta
name=
"renderer"
content=
"webkit"
>
<!-- 避免IE使用兼容模式 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<link
rel=
"shortcut icon"
href=
"../static/favicon.ico"
th:href=
"@{favicon.ico}"
/>
<style
type=
"text/css"
>label
.error
{
position
:
inherit
;
}
</style>
<script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment