后台UI完善,体验优化

前端用户中心功能初始化
This commit is contained in:
2020-04-09 17:03:56 +08:00
parent 9810b08993
commit e1d3af1941
55 changed files with 780 additions and 3233 deletions

View File

@@ -71,6 +71,7 @@ class Database extends Base {
}
//渲染模板
$this->data = [
'meta_title' => $type == 'import' ? "数据库恢复" : "数据库备份",
'list' => $list
];
return $this->fetch($type);