|
...
|
...
|
@@ -206,7 +206,7 @@ Route::middleware(['bloginauth'])->group(function () { |
|
|
|
Route::prefix('seo')->group(function () {
|
|
|
|
Route::any('/info', [\App\Http\Controllers\Bside\Setting\WebSettingSeoController::class, 'info'])->name('web_seo_info');
|
|
|
|
Route::any('/save', [\App\Http\Controllers\Bside\Setting\WebSettingSeoController::class, 'save'])->name('web_seo_save');
|
|
|
|
});
|
|
|
|
});git
|
|
|
|
|
|
|
|
//其他设置
|
|
|
|
Route::prefix('image')->group(function () {
|
...
|
...
|
|