|
...
|
...
|
@@ -46,8 +46,6 @@ Route::middleware(['aloginauth'])->group(function () { |
|
|
|
Route::any('/read', [Aside\User\ProjectDeptController::class, 'read'])->name('admin.group_info');
|
|
|
|
Route::any('/getDeptUser', [Aside\User\ProjectDeptController::class, 'getDeptUser'])->name('admin.getDeptUser');
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
//ai指令
|
...
|
...
|
|