正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -589,6 +589,8 @@ Route::middleware(['aloginauth'])->group(function () { | @@ -589,6 +589,8 @@ Route::middleware(['aloginauth'])->group(function () { | ||
| 589 | //geo设置 | 589 | //geo设置 |
| 590 | Route::prefix('conf')->group(function () { | 590 | Route::prefix('conf')->group(function () { |
| 591 | Route::any('/getConfig', [Aside\Geo\GeoController::class, 'getConfig'])->name('admin.geo_conf_getConfig'); | 591 | Route::any('/getConfig', [Aside\Geo\GeoController::class, 'getConfig'])->name('admin.geo_conf_getConfig'); |
| 592 | + Route::any('/saveConfig', [Aside\Geo\GeoController::class, 'saveConfig'])->name('admin.geo_conf_saveConfig'); | ||
| 593 | + | ||
| 592 | }); | 594 | }); |
| 593 | }); | 595 | }); |
| 594 | // 任务相关 | 596 | // 任务相关 |
-
请 注册 或 登录 后发表评论