You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "./common/sys_casbin.py", line 26, in get_casbin
e = casbin.Enforcer(settings.CASBIN_MODEL_PATH, adapter, True)
TypeError: __init__() takes from 1 to 3 positional arguments but 4 were given
1、mysql 端口设置 并没有调用
2、
./common/sys_casbin.py
26 行 提示参数数量不对 删除 True 就可以了3、除了
admin/auth/login/access-token
/admin/auth/user/info
其他接口 管理员访问都提示权限不足我现在都走不下去了
The text was updated successfully, but these errors were encountered: