Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
5e184eff
Commit
5e184eff
authored
Dec 06, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4f9d014a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
Index.vue
src/components/Index.vue
+2
-2
Login.vue
src/components/Login.vue
+5
-6
No files found.
src/components/Index.vue
View file @
5e184eff
...
...
@@ -4,7 +4,7 @@
<div
class=
"main-container"
>
<div
class=
"homeIndexTop"
>
<div
class=
"hoindexImgdiv"
>
<
img
src=
"../assets/img/logo.png"
alt=
""
style=
"height:30px"
>
<
!--
<img
src=
"../assets/img/logo.png"
alt=
""
style=
"height:30px"
>
--
>
</div>
<div
class=
"hoindexRight"
style=
"cursor:pointer;"
>
<el-dropdown>
...
...
@@ -221,7 +221,7 @@
</div>
</div>
</div>
<
div
style=
"text-align: center;line-height: 60px;color: #000;font-size:12px"
>
由成都微途科技有限公司提供技术支持
</div
>
<
!-- <div style="text-align: center;line-height: 60px;color: #000;font-size:12px">由成都微途科技有限公司提供技术支持</div> --
>
<!-- 修改手机号 -->
<el-dialog
title=
"修改手机号"
:visible
.
sync=
"dialogVisible"
width=
"400px"
>
...
...
src/components/Login.vue
View file @
5e184eff
...
...
@@ -162,7 +162,7 @@
<div
class=
"loginOpacity"
flex=
"cross:center main:center"
>
<div
class=
"el-card box-card is-always-shadow"
>
<div
class=
"el-card__body"
>
<
img
alt
class=
"logo"
src=
"../assets/img/logo.png"
/
>
<
!--
<img
alt
class=
"logo"
src=
"../assets/img/logo.png"
/>
--
>
<el-form
class=
"el-form login-form"
:model=
"msg"
:rules=
"rules"
ref=
"msg"
label-width=
"0"
>
<div
class=
"form-title"
>
管理员登录
</div>
<el-form-item
label=
""
prop=
"Account"
>
...
...
@@ -199,8 +199,9 @@
</div>
</div>
<div
class=
"foot"
>
<a
target=
"_blank"
href=
"javascript:void(0)"
style=
"text-decoration: none;"
>
由成都微途科技有限公司提供技术支持
</a></div>
<!--
<a
target=
"_blank"
href=
"javascript:void(0)"
style=
"text-decoration: none;"
>
由成都微途科技有限公司提供技术支持
</a>
-->
</div>
</div>
</div>
</
template
>
...
...
@@ -250,9 +251,7 @@
if
(
this
.
msg
.
Password
==
""
)
{
this
.
Info
(
"请输入密码!"
)
}
// if (this.msg.ValidataCode == "") {
// this.Info("请输入验证码!")
// }
this
.
apipost
(
"/api/Tenant/Login"
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
var
userData
=
res
.
data
.
data
;
...
...
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