dyjh 6 years ago
parent
commit
f34f6e9de9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/Auth/LoginController.php

+ 1 - 1
app/Http/Controllers/Admin/Auth/LoginController.php

@@ -71,7 +71,7 @@ class LoginController extends Controller
         $store_id = session()->get('store_id');
         $store_id = session()->get('store_id');
        // dd($store_id);die;
        // dd($store_id);die;
         $wUser = session()->get('wUser');
         $wUser = session()->get('wUser');
-        //dd($wUser);
+        dd($wUser);
         //$wAccount = session()->get('wAccount');
         //$wAccount = session()->get('wAccount');
         /*if ($wUser['groupid']==0) {
         /*if ($wUser['groupid']==0) {
             $res = AdminUserModel::where([['is_root', 1]])->first();
             $res = AdminUserModel::where([['is_root', 1]])->first();