完成用户管理;基本功能完成;

This commit is contained in:
augushong
2019-10-09 22:25:54 +08:00
parent e0283ec938
commit f00328d030
12 changed files with 513 additions and 124 deletions

View File

@@ -15,9 +15,9 @@ return [
// 磁盘类型
'type' => 'local',
// 磁盘路径
'root' => app()->getRootPath() . 'public/storage',
'root' => app()->getRootPath() . 'public/',
// 磁盘路径对应的外部URL路径
'url' => '/storage',
'url' => '/',
// 可见性
'visibility' => 'public',
],

View File

@@ -2,5 +2,6 @@
return [
1 => '系统LOGO',
2 => '管理员头像'
2 => '管理员头像',
3 => '用户头像',
];