权限存储问题提问
#339
Replies: 1 comment 2 replies
-
|
前3个接口是,每次刷新页面,切换应用 都会重新请求后端,不刷新(F5)页面不会重复请求。 后端先读redis,后读数据库 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我登录之后进入首页,我点基础平台切换回弹出4个接口请求,去获取我当前登录用户信息,以及资源权限。我想了解一下这个东西我点击对应菜单,这个权限校验是做了redis缓存么,还是就查这一遍mysql之后就
不需要后续得校验了,等我每一次在切换平台时候在获取一遍。
Beta Was this translation helpful? Give feedback.
All reactions