Commit a3ce5ba2 authored by hujun's avatar hujun

去除

parent 2d75e7a9
...@@ -160,7 +160,6 @@ class Login extends Basic ...@@ -160,7 +160,6 @@ class Login extends Basic
* @return \think\Response * @return \think\Response
*/ */
public function checkLogin() { public function checkLogin() {
Session::clear();
$user_id = Session::get("userId"); $user_id = Session::get("userId");
if (empty($user_id)) { if (empty($user_id)) {
......
...@@ -49,7 +49,8 @@ class Basic extends Controller ...@@ -49,7 +49,8 @@ class Basic extends Controller
'index/getAuth2', 'index/getAuth2',
'index/getDistrict', 'index/getDistrict',
'index/getAgentDistrictStore', 'index/getAgentDistrictStore',
'index/agentsUnBind' 'index/agentsUnBind',
'index/checkLogin'
); );
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment