浏览代码

Merge branch 'master' of http://59.57.98.130:3000/jjhc/jucai

linwu 1 月之前
父节点
当前提交
8b1a986e17
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Admin/Controllers/Admin/AuthController.php

+ 1 - 0
app/Admin/Controllers/Admin/AuthController.php

@@ -13,6 +13,7 @@ class AuthController extends Controller
      */
     public function getLogin()
     {
+
         if ($this->guard()->check()) {
             return redirect($this->redirectPath());
         }