更新
This commit is contained in:
@@ -76,7 +76,7 @@ class IndexLogic extends BaseLogic
|
||||
{
|
||||
return [
|
||||
'title' => ConfigService::get('agreement', $type . '_title', ''),
|
||||
'content' => ConfigService::get('agreement', $type . '_content', ''),
|
||||
'content' => get_file_domain(ConfigService::get('agreement', $type . '_content', '')),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user