Showing
2 changed files
with
2 additions
and
2 deletions
@@ -60,7 +60,7 @@ class List extends global.yoho.BaseModel { | @@ -60,7 +60,7 @@ class List extends global.yoho.BaseModel { | ||
60 | _.forEach(_.slice(redisData.data, 0, 12), value => { | 60 | _.forEach(_.slice(redisData.data, 0, 12), value => { |
61 | build.push({ | 61 | build.push({ |
62 | name: value.keyword, | 62 | name: value.keyword, |
63 | - link: helpers.urlFormat(`/mip/list/${value.id}.html`, null) | 63 | + link: helpers.urlFormat(`/mip/chanpin/${value.id}.html`, null) |
64 | }); | 64 | }); |
65 | }); | 65 | }); |
66 | resu.name = redisData.name; | 66 | resu.name = redisData.name; |
-
Please register or login to post a comment