增加网站地图

This commit is contained in:
2022-06-30 14:45:03 +08:00
parent 492e5fd04b
commit ff775c153f
5 changed files with 2509 additions and 1187 deletions

View File

@@ -21,6 +21,9 @@ Route::get('category/{category}', 'CategoryController@show')->name('category.sho
Route::resource('leader', 'LeaderController');
Route::resource('staff', 'StaffController');
Route::get('sitemap', 'SitemapController@index');
Route::get('sitemapstore', 'SitemapController@store');
//以下为导入数据
Route::get('test/set_article_category', 'TestController@set_article_category');
Route::get('test/set_category', 'TestController@set_category');