geek1992/tp5_rbac

There is no license information available for the latest version (1.0.11) of this package.

tp5_rbac

1.0.11 2019-08-16 10:46 UTC

This package is auto-updated.

Last update: 2024-09-21 21:39:53 UTC


README

安装说明:

配置好数据库后,运行一次:
php think rbac:run
php think rbac:seed:run
后台登录
用户名: admin
密码: 111111
默认没有配置的方法都是允许访问的,想要校验权限请在菜单管理中添加功能菜单,并分配角色权限
  • ajax请求 权限校验失败返回:
{"code":401,"title":"您无权限访问该接口,请联系管理员给您配置该权限","detail":""}
  • 正常请求 权限校验失败返回:401错误页面