作者 lyh

gx

@@ -40,6 +40,8 @@ class BaseController extends Controller @@ -40,6 +40,8 @@ class BaseController extends Controller
40 $this->manage = $info; 40 $this->manage = $info;
41 $this->uid = $info['id']; 41 $this->uid = $info['id'];
42 } 42 }
  43 + var_dump(1111);
  44 + die();
43 } 45 }
44 46
45 47
@@ -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指令