Commit b2b36277 authored by zw's avatar zw

分档统计

parent 2b43016e
...@@ -102,8 +102,8 @@ class Basic extends Controller ...@@ -102,8 +102,8 @@ class Basic extends Controller
$this->userId = Session::get("userId"); $this->userId = Session::get("userId");
if (!in_array($requestPath, $this->filterVerify)) { if (!in_array($requestPath, $this->filterVerify)) {
/* $this->userVerify(); $this->userVerify();
$this->userAuth($requestPath);*/ $this->userAuth($requestPath);
} }
//获取默认城市 //获取默认城市
......
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