...
|
...
|
@@ -23,7 +23,7 @@ const indexEmailPage = (req, res) => { |
|
|
page: 'back-email',
|
|
|
title: '找回密码-通过邮箱'
|
|
|
}, {
|
|
|
backUrl: SIGN_IN,
|
|
|
// backUrl: SIGN_IN,
|
|
|
headerText: '找回密码',
|
|
|
isPassportPage: true,
|
|
|
backEmail: true
|
...
|
...
|
@@ -100,7 +100,7 @@ const backSuccessByEmailPage = (req, res) => { |
|
|
page: 'back-email-success',
|
|
|
title: '找回密码-通过邮箱'
|
|
|
}, {
|
|
|
backUrl: helpers.urlFormat('/passport/back/email'),
|
|
|
// backUrl: helpers.urlFormat('/passport/back/email'),
|
|
|
headerText: '找回密码',
|
|
|
isPassportPage: true,
|
|
|
backEmailSuccess: true,
|
...
|
...
|
@@ -145,7 +145,7 @@ const indexMobilePage = (req, res, next) => { |
|
|
page: 'back-mobile',
|
|
|
title: '找回密码-通过手机号'
|
|
|
}, {
|
|
|
backUrl: SIGN_IN,
|
|
|
// backUrl: SIGN_IN,
|
|
|
headerText: '找回密码',
|
|
|
isPassportPage: true,
|
|
|
backMobile: true,
|
...
|
...
|
@@ -203,7 +203,7 @@ const verifyCodeByMobilePage = (req, res) => { |
|
|
page: 'back-code',
|
|
|
title: '找回密码-通过手机号'
|
|
|
}, {
|
|
|
backUrl: helpers.urlFormat('/passport/back/mobile'),
|
|
|
// backUrl: helpers.urlFormat('/passport/back/mobile'),
|
|
|
headerText: '找回密码',
|
|
|
isPassportPage: true,
|
|
|
backCode: true,
|
...
|
...
|
@@ -261,7 +261,7 @@ const setNewPasswordByMobilePage = (req, res) => { |
|
|
page: 'back-new-password',
|
|
|
title: '找回密码-输入新密码'
|
|
|
}, {
|
|
|
backUrl: SIGN_IN,
|
|
|
// backUrl: SIGN_IN,
|
|
|
headerText: '找回密码',
|
|
|
isPassportPage: true,
|
|
|
backNewPwd: true,
|
...
|
...
|
|