完善功能
This commit is contained in:
@@ -10,7 +10,7 @@ class PageController extends Controller
|
||||
{
|
||||
$content = SiteSetting::value('about_content', "我们专注于收录优质 AI 工具与产品,帮助用户快速找到合适的解决方案。");
|
||||
|
||||
return view('page.about', [
|
||||
return view('frontend.page.about', [
|
||||
'content' => $content,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user