debug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user