优化后台UI

This commit is contained in:
2020-04-07 21:42:06 +08:00
parent 0bb97cd9a9
commit f8c58b15cd
81 changed files with 180 additions and 27402 deletions

View File

@@ -139,7 +139,7 @@ class Group extends Base {
* @title 更新权限
*/
public function upnode($type) {
$reuslt = AuthRule::uprule($type);
$result = AuthRule::uprule($type);
if (false !== $result) {
return $this->success("更新成功!");
}else{