Showing
1 changed file
with
0 additions
and
1 deletions
@@ -56,7 +56,6 @@ module.exports = () => { | @@ -56,7 +56,6 @@ module.exports = () => { | ||
56 | data.mobileRefer += url.replace(/\/guang\/info\/index/, '/info/index'); | 56 | data.mobileRefer += url.replace(/\/guang\/info\/index/, '/info/index'); |
57 | } else if (url === '/guang/index/editor') { | 57 | } else if (url === '/guang/index/editor') { |
58 | data.mobileRefer += `/author-${req.yoho.channel}-${req.query.author_id}/`; | 58 | data.mobileRefer += `/author-${req.yoho.channel}-${req.query.author_id}/`; |
59 | - req.query = {}; | ||
60 | } | 59 | } |
61 | } else if (proRegNew.test(url)) { | 60 | } else if (proRegNew.test(url)) { |
62 | data.mobileRefer = url.replace(proRegNew, `//${domain}/product/pro_$1_1/1.html$2`); | 61 | data.mobileRefer = url.replace(proRegNew, `//${domain}/product/pro_$1_1/1.html$2`); |
-
Please register or login to post a comment