Authored by 王水玲

绑定返回链接修改

@@ -35,7 +35,7 @@ const bind = { @@ -35,7 +35,7 @@ const bind = {
35 35
36 res.render('bind/index', { 36 res.render('bind/index', {
37 bindIndex: true, // js标识 37 bindIndex: true, // js标识
38 - backUrl: helpers.urlFormat('passport/login'), // 返回的URL链接 38 + backUrl: helpers.urlFormat('/passport/login'), // 返回的URL链接
39 showHeaderImg: true, // 控制显示头部图片 39 showHeaderImg: true, // 控制显示头部图片
40 isPassportPage: true, // 模板中模块标识 40 isPassportPage: true, // 模板中模块标识
41 sourceType: sourceType, // 第三方登录来源 41 sourceType: sourceType, // 第三方登录来源
@@ -59,7 +59,7 @@ const bind = { @@ -59,7 +59,7 @@ const bind = {
59 let phoneNum = req.query.phoneNum; 59 let phoneNum = req.query.phoneNum;
60 60
61 res.render('bind/code', { 61 res.render('bind/code', {
62 - backUrl: helpers.urlFormat('passport/login'), 62 + backUrl: helpers.urlFormat('/passport/login'),
63 showHeaderImg: true, 63 showHeaderImg: true,
64 isPassportPage: true, 64 isPassportPage: true,
65 sourceType: sourceType, 65 sourceType: sourceType,