🎨 改进

This commit is contained in:
WispX
2020-03-17 16:32:48 +08:00
parent 4b60767b0a
commit da4556bf48
7 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class Upload extends Controller
$this->configs = $this->getConfig();
// 角色组
if ($this->user) $this->group = $this->user->group;
if ($this->user) $this->group = $this->user->role;
if (!$this->group) $this->group = Group::where('default', 1)->find();
// 设置当前储存策略