后台UI完善,体验优化
前端用户中心功能初始化
This commit is contained in:
@@ -71,6 +71,7 @@ class Database extends Base {
|
||||
}
|
||||
//渲染模板
|
||||
$this->data = [
|
||||
'meta_title' => $type == 'import' ? "数据库恢复" : "数据库备份",
|
||||
'list' => $list
|
||||
];
|
||||
return $this->fetch($type);
|
||||
|
||||
Reference in New Issue
Block a user