Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
robot-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
汪晓凯
robot-monitor
Commits
80a0119b
Commit
80a0119b
authored
Jul 23, 2018
by
wxk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
找回密码改为忘记密码
parent
2dbe12bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
28 deletions
+9
-28
Login.vue
src/views/Login.vue
+9
-9
container.vue
src/views/container.vue
+0
-19
No files found.
src/views/Login.vue
View file @
80a0119b
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<span
class=
"ground-right"
>
<span
class=
"ground-right"
>
<span
@
click=
"goShowPanel(2)"
class=
"bluepoint"
>
马上注册
</span>
<span
@
click=
"goShowPanel(2)"
class=
"bluepoint"
>
马上注册
</span>
<span
@
click=
"goShowPanel(3)"
class=
"bluepoint"
>
找回
密码
</span>
<span
@
click=
"goShowPanel(3)"
class=
"bluepoint"
>
忘记
密码
</span>
</span>
</span>
<input
type=
"checkbox"
name=
"记住用户密码"
class=
"rember"
v-model=
"isSaveLoginInfo"
>
<input
type=
"checkbox"
name=
"记住用户密码"
class=
"rember"
v-model=
"isSaveLoginInfo"
>
<span>
记住密码
</span>
<span>
记住密码
</span>
...
@@ -58,9 +58,9 @@
...
@@ -58,9 +58,9 @@
<el-button
type=
"primary"
class=
"loginget"
@
click=
"registered"
>
立刻注册
</el-button>
<el-button
type=
"primary"
class=
"loginget"
@
click=
"registered"
>
立刻注册
</el-button>
</div>
</div>
</div>
</div>
<!--
找回
密码 -->
<!--
忘记
密码 -->
<div
class=
"login"
v-show=
"islogin==3"
>
<div
class=
"login"
v-show=
"islogin==3"
>
<h2
class=
"title"
>
找回
密码
</h2>
<h2
class=
"title"
>
忘记
密码
</h2>
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"groupcom"
>
<div
class=
"groupcom"
>
<i
class=
"iicon user"
></i>
<i
class=
"iicon user"
></i>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
<span
@
click=
"goShowPanel(1)"
class=
"bluepoint"
>
马上登录
</span>
<span
@
click=
"goShowPanel(1)"
class=
"bluepoint"
>
马上登录
</span>
</span>
</span>
</div>
</div>
<el-button
type=
"primary"
class=
"loginget"
@
click=
"forgetpassword"
>
找回
密码
</el-button>
<el-button
type=
"primary"
class=
"loginget"
@
click=
"forgetpassword"
>
忘记
密码
</el-button>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -111,11 +111,11 @@ export default {
...
@@ -111,11 +111,11 @@ export default {
regist_password
:
''
,
//注册密码
regist_password
:
''
,
//注册密码
regist_rppassword
:
''
,
//确认注册密码
regist_rppassword
:
''
,
//确认注册密码
regist_yzm
:
''
,
//注册验证码
regist_yzm
:
''
,
//注册验证码
forget_email
:
''
,
//
找回
密码邮箱
forget_email
:
''
,
//
忘记
密码邮箱
forget_password
:
''
,
//新密码
forget_password
:
''
,
//新密码
forget_rppassword
:
''
,
//确认新密码
forget_rppassword
:
''
,
//确认新密码
forget_yzm
:
''
,
//
找回
密码验证码
forget_yzm
:
''
,
//
忘记
密码验证码
islogin
:
1
,
//1是登陆,2是注册 3是
找回
密码
islogin
:
1
,
//1是登陆,2是注册 3是
忘记
密码
loginBody
:
{
//登陆的数据
loginBody
:
{
//登陆的数据
email
:
""
,
email
:
""
,
password
:
""
,
password
:
""
,
...
@@ -302,7 +302,7 @@ export default {
...
@@ -302,7 +302,7 @@ export default {
//sessionStorage.setItem('username', this.loginBody.email);
//sessionStorage.setItem('username', this.loginBody.email);
}
}
},
},
//
找回
密码
//
忘记
密码
forgetpassword
(){
forgetpassword
(){
//console.log(this.regist_email)
//console.log(this.regist_email)
//console.log(this.regist_password)
//console.log(this.regist_password)
...
@@ -358,7 +358,7 @@ export default {
...
@@ -358,7 +358,7 @@ export default {
}).
catch
(
err
=>
{
}).
catch
(
err
=>
{
this
.
$notify
({
this
.
$notify
({
title
:
'提示'
,
title
:
'提示'
,
message
:
"
找回
密码失败,请稍后再试"
,
message
:
"
忘记
密码失败,请稍后再试"
,
type
:
'error'
,
type
:
'error'
,
duration
:
'2000'
,
duration
:
'2000'
,
});
});
...
...
src/views/container.vue
View file @
80a0119b
...
@@ -22,25 +22,6 @@
...
@@ -22,25 +22,6 @@
return
{
return
{
platInfo
:
[],
platInfo
:
[],
robotBankList
:
''
,
robotBankList
:
''
,
// platInfo: [
// {
// "platform":"找币",
// "symbol":["DCR/BTC", "YCC/BTC"],
// "coin":["DCR", "BTY"]
// },{
// "platform":"火币",
// "symbol":["DCR/BTC", "BTY/BTC"],
// "coin":["DCR", "YCC"]
// },{
// "platform":"币安",
// "symbol":["DCR/BTC", "YCC/BTC", "BTY/USDT"],
// "coin":["DCR", "BTC"]
// },{
// "platform":"Gateio",
// "symbol":["DCR/BTC"],
// "coin":["DCR"]
// }
// ]
}
}
},
},
components
:
{
components
:
{
...
...
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