mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Auth.php
This commit is contained in:
parent
8d4ef5cb36
commit
d47622328c
@ -108,7 +108,6 @@ class Auth extends Controller
|
|||||||
}
|
}
|
||||||
$this->app->db->name('SystemAuthNode')->where($map)->delete();
|
$this->app->db->name('SystemAuthNode')->where($map)->delete();
|
||||||
$this->app->db->name('SystemAuthNode')->insertAll($data);
|
$this->app->db->name('SystemAuthNode')->insertAll($data);
|
||||||
AdminService::instance()->apply(true);
|
|
||||||
$this->success('权限授权修改成功!', 'javascript:history.back()');
|
$this->success('权限授权修改成功!', 'javascript:history.back()');
|
||||||
} else {
|
} else {
|
||||||
$this->title = '权限配置节点';
|
$this->title = '权限配置节点';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user