Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
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
黄营
datax-cloud
Commits
95017b9a
Commit
95017b9a
authored
Oct 29, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
44629732
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
datax-ui/src/views/login/index.vue
+3
-3
No files found.
datax-ui/src/views/login/index.vue
View file @
95017b9a
<
template
>
<
template
>
<div
class=
"login-container"
:style=
"'background-image:url('+
B
ackground +');'"
>
<div
class=
"login-container"
:style=
"'background-image:url('+
b
ackground +');'"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
auto-complete=
"on"
label-position=
"left"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
auto-complete=
"on"
label-position=
"left"
>
<div
class=
"title-container"
>
<div
class=
"title-container"
>
<h3
class=
"title"
>
系统登陆
</h3>
<h3
class=
"title"
>
系统登陆
</h3>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<
script
>
<
script
>
import
{
log
}
from
'@/api/system/user'
import
{
log
}
from
'@/api/system/user'
import
B
ackground
from
'@/assets/images/background.jpg'
import
b
ackground
from
'@/assets/images/background.jpg'
export
default
{
export
default
{
name
:
'Login'
,
name
:
'Login'
,
...
@@ -41,7 +41,7 @@ export default {
...
@@ -41,7 +41,7 @@ export default {
}
}
}
}
return
{
return
{
Background
:
B
ackground
,
background
:
b
ackground
,
loginForm
:
{
loginForm
:
{
username
:
'admin'
,
username
:
'admin'
,
password
:
'123456'
password
:
'123456'
...
...
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