mirror of
https://gitee.com/niucloud-team/niucloud
synced 2026-08-14 17:35:36 +08:00
fix
This commit is contained in:
@@ -57,7 +57,10 @@ class Config extends BaseAdminController
|
||||
[ "front_end_name", "" ],
|
||||
[ "front_end_logo", "" ],
|
||||
[ "front_end_icon", "" ],
|
||||
[ "icon", "" ]
|
||||
[ "icon", "" ],
|
||||
[ "meta_title", "" ],
|
||||
[ "meta_desc", "" ],
|
||||
[ "meta_keyword", "" ],
|
||||
]);
|
||||
$this->validate($data, 'app\validate\site\Site.edit');
|
||||
( new ConfigService() )->setWebSite($data);
|
||||
|
||||
Reference in New Issue
Block a user