调整视频详情页

This commit is contained in:
2021-11-29 16:05:46 +08:00
parent 044a3c560a
commit 6849e908c7
7 changed files with 175 additions and 87 deletions

View File

@@ -15,7 +15,11 @@ Route::get('search', 'IndexController@search')->name('index.search');
Route::get('articles/{article}', 'ArticleController@show')->name('article.show');
Route::get('videos/{video}', 'VideoController@show')->name('video.show');
Route::get('category/{category}', 'CategoryController@index')->name('category.show');
//以下为导入数据
Route::get('test/set_article_category', 'TestController@set_article_category');
Route::get('test/set_category', 'TestController@set_category');