Merge branch 'hotfix/regHelp' into 'gray'
Hotfix/reg help See merge request !273
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -84,7 +84,7 @@ let index = (req, res, next) => { | @@ -84,7 +84,7 @@ let index = (req, res, next) => { | ||
84 | location: area || '+86', | 84 | location: area || '+86', |
85 | defaultMobile: mobile, | 85 | defaultMobile: mobile, |
86 | captchaUrl: helpers.urlFormat('/passport/imagesNode', {t: Date.now()}), | 86 | captchaUrl: helpers.urlFormat('/passport/imagesNode', {t: Date.now()}), |
87 | - itemUrl: helpers.urlFormat('/help/detail', {id: 103, contId: 197}), | 87 | + itemUrl: helpers.urlFormat('/help/detail', {id: 150, contId: 197}), |
88 | referUrl: refer, | 88 | referUrl: refer, |
89 | loginUrl: helpers.urlFormat('/signin.html', {refer: refer}), | 89 | loginUrl: helpers.urlFormat('/signin.html', {refer: refer}), |
90 | coverHref: result.url, | 90 | coverHref: result.url, |
-
Please register or login to post a comment