正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -46,8 +46,6 @@ Route::middleware(['aloginauth'])->group(function () { | @@ -46,8 +46,6 @@ Route::middleware(['aloginauth'])->group(function () { | ||
| 46 | Route::any('/read', [Aside\User\ProjectDeptController::class, 'read'])->name('admin.group_info'); | 46 | Route::any('/read', [Aside\User\ProjectDeptController::class, 'read'])->name('admin.group_info'); |
| 47 | Route::any('/getDeptUser', [Aside\User\ProjectDeptController::class, 'getDeptUser'])->name('admin.getDeptUser'); | 47 | Route::any('/getDeptUser', [Aside\User\ProjectDeptController::class, 'getDeptUser'])->name('admin.getDeptUser'); |
| 48 | }); | 48 | }); |
| 49 | - | ||
| 50 | - | ||
| 51 | }); | 49 | }); |
| 52 | 50 | ||
| 53 | //ai指令 | 51 | //ai指令 |
-
请 注册 或 登录 后发表评论