bianjunhui 1 天之前
父节点
当前提交
8fbba329fe
共有 1 个文件被更改,包括 2 次插入0 次删除
  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])]);