更新页面文件

This commit is contained in:
2019-07-06 21:14:19 +08:00
parent 79615defdb
commit 1b2fc10502
56 changed files with 3847 additions and 103 deletions
+4 -1
View File
@@ -16,6 +16,9 @@ class Channel extends Admin{
* @title 系统首页
*/
public function index(){
$this->data['data'] = array(
'tree' => array()
);
return $this->data;
}
}