Showing
1 changed file
with
3 additions
and
0 deletions
@@ -23,6 +23,9 @@ module.exports = () => { | @@ -23,6 +23,9 @@ module.exports = () => { | ||
23 | if (req.query.nogoback || req.cookies.nogoback) { | 23 | if (req.query.nogoback || req.cookies.nogoback) { |
24 | res.locals.nogoback = true; | 24 | res.locals.nogoback = true; |
25 | } | 25 | } |
26 | + if (req.yoho.isMarsApp) { | ||
27 | + res.locals.nodownload = true; | ||
28 | + } | ||
26 | 29 | ||
27 | next(); | 30 | next(); |
28 | }; | 31 | }; |
-
Please register or login to post a comment