Authored by yyq

fix

... ... @@ -107,7 +107,7 @@
<ul class="clearfix">
{{# tag}}
<li>
<a href="{{url}}" target="_blank" title="{{name}}" rel="nofollow">{{name}}</a>
<a href="{{url}}" target="_blank" title="{{name}}">{{name}}</a>
</li>
{{/ tag}}
</ul>
... ...
... ... @@ -211,7 +211,7 @@ module.exports = [
},
{
type: TYPE.rewrite,
origin: /^\/(list|search|new|sale|shop)\/(.*)$/,
origin: /^\/(list|search|new|sale|shop)((\/|\?)(.*)|())$/,
target: (req) => {
return `/product${req.url}`;
}
... ...