正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -108,7 +108,7 @@ class Index extends Backend | @@ -108,7 +108,7 @@ class Index extends Backend | ||
108 | $this->view->assign('title', __('Login')); | 108 | $this->view->assign('title', __('Login')); |
109 | Hook::listen("admin_login_init", $this->request); | 109 | Hook::listen("admin_login_init", $this->request); |
110 | 110 | ||
111 | - $token = session('token'); | 111 | + $token = cookie('token'); |
112 | dump($token); | 112 | dump($token); |
113 | if(!empty($token)){ | 113 | if(!empty($token)){ |
114 | $user_id = Db::name('user_token')->where(['token'=>$token])->value('user_id'); | 114 | $user_id = Db::name('user_token')->where(['token'=>$token])->value('user_id'); |
-
请 注册 或 登录 后发表评论