wupengfei 2 years ago
parent
commit
a7c38e7cbf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/user/controller/Member.php

+ 0 - 1
application/user/controller/Member.php

@@ -45,7 +45,6 @@ class Member extends Controller
      */
     public function index()
     {
-        var_dump($this->app->session->get('user'));
         $this->search_url = strtolower($this->request->controller()).'/index_search';
         $this->title = '会员信息管理';
         $where = [];