| xqd
@@ -653,6 +653,8 @@
|
|
|
return item.link;
|
|
|
} else if (item.type == 4) {
|
|
|
return $h.U({c: 'store', a: 'index'});
|
|
|
+ } else if (item.title == '私董会') {
|
|
|
+ return $h.U({c: 'special', a: 'special_cate', q: {cate_id: item.grade_id}});
|
|
|
} else {
|
|
|
if (bo) {
|
|
|
return $h.U({c: 'special', a: 'special_cate', q: {cate_id: item.grade_id}});
|