This commit is contained in:
2022-06-30 16:09:28 +08:00
parent 93e7c6bbaa
commit 55f6d3f985
3 changed files with 2 additions and 32 deletions

View File

@@ -21,7 +21,6 @@ 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');
//以下为导入数据