mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
完成用户管理;基本功能完成;
This commit is contained in:
@@ -15,9 +15,9 @@ return [
|
||||
// 磁盘类型
|
||||
'type' => 'local',
|
||||
// 磁盘路径
|
||||
'root' => app()->getRootPath() . 'public/storage',
|
||||
'root' => app()->getRootPath() . 'public/',
|
||||
// 磁盘路径对应的外部URL路径
|
||||
'url' => '/storage',
|
||||
'url' => '/',
|
||||
// 可见性
|
||||
'visibility' => 'public',
|
||||
],
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
|
||||
return [
|
||||
1 => '系统LOGO',
|
||||
2 => '管理员头像'
|
||||
2 => '管理员头像',
|
||||
3 => '用户头像',
|
||||
];
|
||||
Reference in New Issue
Block a user