From 0104aac50ea32619cf94c1bfb90405e6285ee52b Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 28 Nov 2019 16:34:59 +0800 Subject: [PATCH] Update Auth.php --- app/admin/controller/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/controller/Auth.php b/app/admin/controller/Auth.php index eae2e0ab1..146eec852 100644 --- a/app/admin/controller/Auth.php +++ b/app/admin/controller/Auth.php @@ -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');