[更新]权限节点刷新机制

This commit is contained in:
邹景立 2017-03-17 15:26:33 +08:00
parent e4a488ac16
commit fa522c8e83

View File

@ -31,6 +31,7 @@ class Node {
* @return bool
*/
public static function applyAuthNode() {
cache('need_access_node', null);
if (($authorize = session('user.authorize'))) {
$nodes = (array) Db::name('SystemAuthNode')->where('auth', 'in', explode(',', $authorize))->column('node');
return session('user.nodes', $nodes);