bianjunhui 1 gün önce
ebeveyn
işleme
8fbba329fe
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      application/admin/controller/Message.php

+ 2 - 0
application/admin/controller/Message.php

@@ -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])]);