@@ -205,6 +205,8 @@ class Message extends Backend
$list[13]['name']='签到';
$list[14]['id']=14;
$list[14]['name']='首页';
+ $list[17]['id']=17;
+ $list[17]['name']='活动集合页';
$i=$this->request->request('keyValue');
if ($i) {
return json(['list' => $list[$i], 'total' => count($list[$i])]);