规范 : disable account

前台的cookies在后台会去拿account出来,之后在filter status = disable的

用户在登入使用界面请求一个ajax,这时发现是401没有权限,这通常是admin把用户的account给disable了。

依据业务不同的处理方式

·alert(“你的权限已被禁用,请联络admin”)

·直接跳去login page

原文地址:https://www.cnblogs.com/stooges/p/4888349.html