小说和伪造小说详情页面的 相同率 优化降低
This commit is contained in:
@@ -596,9 +596,9 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) {
|
||||
|
||||
case 'kan-novel':
|
||||
//伪造小说详情
|
||||
$strView = 'pc/getNovelInfo.html';
|
||||
$strView = 'pc/getKanNovelInfo.html';
|
||||
if ($platform == 'h5') {
|
||||
$strView = 'novel/getNovelInfo.html';
|
||||
$strView = 'novel/getKanNovelInfo.html';
|
||||
}
|
||||
Route::get($strRoute, function () use ($strView) {
|
||||
return view($strView);
|
||||
|
||||
Reference in New Issue
Block a user