Showing
1 changed file
with
1 additions
and
0 deletions
@@ -40,6 +40,7 @@ module.exports = () => { | @@ -40,6 +40,7 @@ module.exports = () => { | ||
40 | return (req, res, next) => { | 40 | return (req, res, next) => { |
41 | let domain = 'm.yohobuy.com'; | 41 | let domain = 'm.yohobuy.com'; |
42 | let proRegNew = /^\/product\/([\d]+).html(.*)/; | 42 | let proRegNew = /^\/product\/([\d]+).html(.*)/; |
43 | + | ||
43 | if (!req.xhr) { | 44 | if (!req.xhr) { |
44 | let url = _.head(_.split(req.url, '?')); | 45 | let url = _.head(_.split(req.url, '?')); |
45 | let data = {}; | 46 | let data = {}; |
-
Please register or login to post a comment