Commit 2ef1cf5d authored by clone's avatar clone

1

parent 3f4e70e8
...@@ -334,7 +334,7 @@ class Basic extends Controller ...@@ -334,7 +334,7 @@ class Basic extends Controller
if($this->request->isAjax()){ if($this->request->isAjax()){
echo json_encode(array( "code" => "301", "msg" => "没有权限!", "data" => [], "type" => "json" ));exit; echo json_encode(array( "code" => "301", "msg" => "没有权限!", "data" => [], "type" => "json" ));exit;
} else { } else {
$this->error('没有当前页面权限');exit; $this->error('没有当前页面权限zzz');exit;
} }
} }
} }
......
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