no message

deploy
DESKTOP-4RNDQIC\29019 2020-07-28 22:39:14 +08:00
parent e4352ff74e
commit 6a530a66c9
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class NewUi extends Controller
"groups" => $groups,
"group_types"=>$groupstype,
"topdoc"=>$top5,
"title"=>"一个博客",
]);
else{
View::renderTemplate("/blog/index.html",[
@ -64,6 +65,7 @@ class NewUi extends Controller
"groups" => $groups,
"group_types"=>$groupstype,
"topdoc"=>$top5,
"title"=>"一个博客",
]);
}
}