This commit is contained in:
make
2025-05-06 00:38:52 +08:00
parent a687e7ea93
commit 1c23e3dc7a
69 changed files with 2525 additions and 1694 deletions

View File

@@ -447,9 +447,9 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) {
break;
case 'video_rank_index':
$strView = 'pc/getRank.html';
$strView = 'pc/getRankIndex.html';
if ($platform == 'h5') {
$strView = 'video/getRank.html';
$strView = 'video/getRankIndex.html';
}
//视频排行榜 首页
Route::get($strRoute, function () use ($strView) {