Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
klck
Commits
d9814bae
Commit
d9814bae
authored
Aug 07, 2023
by
xiangjiaojunxp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标题
parent
5c5f50e2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ruoyi-ui/src/layout/components/Sidebar/Logo.vue
ruoyi-ui/src/layout/components/Sidebar/Logo.vue
+1
-1
ruoyi-ui/src/settings.js
ruoyi-ui/src/settings.js
+1
-1
ruoyi-ui/src/views/login.vue
ruoyi-ui/src/views/login.vue
+1
-1
No files found.
ruoyi-ui/src/layout/components/Sidebar/Logo.vue
View file @
d9814bae
...
...
@@ -35,7 +35,7 @@ export default {
},
data
()
{
return
{
title
:
'
开滦
集团报送
系统
'
,
title
:
'
开滦
采集转换
系统
'
,
logo
:
logoImg
}
}
...
...
ruoyi-ui/src/settings.js
View file @
d9814bae
module
.
exports
=
{
title
:
'
开滦
集团报送
系统
'
,
title
:
'
开滦
采集转换
系统
'
,
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
...
...
ruoyi-ui/src/views/login.vue
View file @
d9814bae
...
...
@@ -5,7 +5,7 @@
<span
class=
"text"
>
开滦(集团)有限责任公司
</span>
</div>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<h3
class=
"title"
>
开滦
集团报送
系统
</h3>
<h3
class=
"title"
>
开滦
采集转换
系统
</h3>
<el-form-item
prop=
"username"
>
<el-input
v-model=
"loginForm.username"
type=
"text"
auto-complete=
"off"
placeholder=
"账号"
>
<svg-icon
slot=
"prefix"
icon-class=
"user"
class=
"el-input__icon input-icon"
/>
...
...
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