debug-video-index
This commit is contained in:
@@ -700,6 +700,17 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) {
|
||||
return view($strView);
|
||||
});
|
||||
break;
|
||||
case 'vindex':
|
||||
// 首页
|
||||
$strView = 'pc/index.html';
|
||||
if ($platform == 'h5') {
|
||||
$strView = 'index/index.html';
|
||||
}
|
||||
Route::get($strRoute, function () use ($strView) {
|
||||
return view($strView);
|
||||
});
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user