Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
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
中汽测评-信息安全测评系统
web
Commits
17ea4fd8
Commit
17ea4fd8
authored
Mar 04, 2024
by
mzx
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.91isoft.com:90/car-test/web
into mengzixuan
parents
f487ea63
4448935f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
logo1.jpg
src/assets/logo/logo1.jpg
+0
-0
login.vue
src/views/login.vue
+7
-4
No files found.
src/assets/logo/logo1.jpg
0 → 100644
View file @
17ea4fd8
6.64 KB
src/views/login.vue
View file @
17ea4fd8
...
...
@@ -7,10 +7,7 @@
class=
"login-form"
>
<div
class=
"container"
>
<img
style=
"width: 106px; height: 48px"
:src=
"require('/src/assets/logo/logo1.png')"
/>
<img
:src=
"logoImg"
/>
</div>
<h3
class=
"title"
>
中汽研安全检测平台
</h3>
<el-form-item
prop=
"username"
>
...
...
@@ -92,11 +89,13 @@
import
{
getCodeImg
}
from
'@/api/login'
import
Cookies
from
'js-cookie'
import
{
encrypt
,
decrypt
}
from
'@/utils/jsencrypt'
import
logoImg
from
'@/assets/logo/logo1.jpg'
export
default
{
name
:
'Login'
,
data
()
{
return
{
logoImg
:
logoImg
,
codeUrl
:
''
,
loginForm
:
{
username
:
'admin'
,
...
...
@@ -203,6 +202,10 @@ export default {
display
:
flex
;
justify-content
:
center
;
/* 水平居中 */
align-items
:
center
;
/* 垂直居中 */
img
{
width
:
106px
;
height
:
48px
;
}
}
.title
{
color
:
#164c8d
;
...
...
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