fix: get user role before all requests (#393)

This commit is contained in:
Dream Hunter
2024-08-11 19:29:49 +08:00
committed by GitHub
parent bf1243f4c4
commit c733d3bf4d
4 changed files with 15 additions and 8 deletions

View File

@@ -1,6 +1,10 @@
<!-- markdownlint-disable-file MD004 MD024 MD034 MD036 -->
# CHANGE LOG
## main(v0.7.1)
- fix: 修复用户角色加载失败的问题
## v0.7.0
### Breaking Changes