Update Auth.php

This commit is contained in:
Anyon 2019-11-28 16:34:59 +08:00
parent ae775ff70c
commit 0104aac50e

View File

@ -107,7 +107,7 @@ class Auth extends Controller
$this->app->db->name('SystemAuthNode')->where($map)->delete();
$this->app->db->name('SystemAuthNode')->insertAll($data);
AdminService::instance()->apply(true);
$this->success('权限授权更新成功!', 'javascript:history.back()');
$this->success('权限授权修改成功!', 'javascript:history.back()');
} else {
$this->title = '权限配置节点';
$this->_form($this->table, 'apply');