正在显示
1 个修改的文件
包含
5 行增加
和
0 行删除
| @@ -346,6 +346,11 @@ Route::middleware(['bloginauth'])->group(function () { | @@ -346,6 +346,11 @@ Route::middleware(['bloginauth'])->group(function () { | ||
| 346 | Route::prefix('tdk')->group(function () { | 346 | Route::prefix('tdk')->group(function () { |
| 347 | Route::any('/', [\App\Http\Controllers\Bside\BCom\UpdateController::class, 'updateSeoTdk'])->name('tdk_updateSeoTdk'); | 347 | Route::any('/', [\App\Http\Controllers\Bside\BCom\UpdateController::class, 'updateSeoTdk'])->name('tdk_updateSeoTdk'); |
| 348 | }); | 348 | }); |
| 349 | + | ||
| 350 | + //导入任务 | ||
| 351 | + Route::prefix('import')->group(function () { | ||
| 352 | + Route::any('/add_task', [\App\Http\Controllers\Bside\Import\ImportController::class, 'save'])->name('import_add_task'); | ||
| 353 | + }); | ||
| 349 | }); | 354 | }); |
| 350 | //无需登录验证的路由组 | 355 | //无需登录验证的路由组 |
| 351 | Route::group([], function () { | 356 | Route::group([], function () { |
-
请 注册 或 登录 后发表评论