Showing
1 changed file
with
2 additions
and
2 deletions
@@ -79,7 +79,7 @@ module.exports = [ | @@ -79,7 +79,7 @@ module.exports = [ | ||
79 | }, | 79 | }, |
80 | 80 | ||
81 | // TODO | 81 | // TODO |
82 | - //{ | 82 | + // { |
83 | // type: TYPE.redirect, | 83 | // type: TYPE.redirect, |
84 | // origin: /^\/so\/(.*)\.html(.*)/, | 84 | // origin: /^\/so\/(.*)\.html(.*)/, |
85 | // target: (req, match, p1) => { | 85 | // target: (req, match, p1) => { |
@@ -124,7 +124,7 @@ module.exports = [ | @@ -124,7 +124,7 @@ module.exports = [ | ||
124 | // helpers.urlFormat(`/chanpin/${urls[p1]}.html`, null, 'www') : | 124 | // helpers.urlFormat(`/chanpin/${urls[p1]}.html`, null, 'www') : |
125 | // helpers.urlFormat('/', null, 'www'); | 125 | // helpers.urlFormat('/', null, 'www'); |
126 | // } | 126 | // } |
127 | - //}, | 127 | + // }, |
128 | 128 | ||
129 | // 推荐词id列表页 | 129 | // 推荐词id列表页 |
130 | { | 130 | { |
-
Please register or login to post a comment