我正在使用 AdminLte。您可以为自己定制网页(黑暗模式,导航紧凑,...)。docs但是当我转到另一个页面时,所有自定义状态都会删除。如何保存状态?
1 回答
0
You 3 Options to manage this
1- Store In Database on User Mode (if user click on button dark mode store bool in the column) and get on Login Method
2- Store In Session but when the user logout all sessions will destroy.
3- Store In Cookie
all options have pros and cons with respectively. you have to decide.
于 2021-07-14T06:37:37.980 回答