refactor: unify frontend and backend access control with shared page … (#43)

* refactor: unify frontend and backend access control with shared page components

* fix: role switch not show

* chore: update title
This commit is contained in:
Li Kui
2024-07-13 11:26:36 +08:00
committed by GitHub
parent 59a8ce9500
commit 7801a90dcb
15 changed files with 108 additions and 431 deletions

View File

@@ -3,7 +3,6 @@
"demos": {
"title": "Demos",
"access": {
"title": "Access Control",
"frontendControl": "Frontend Control",
"backendControl": "Backend Control",
"pageAccess": "Page Access",

View File

@@ -3,7 +3,6 @@
"demos": {
"title": "演示",
"access": {
"title": "访问控制",
"frontendControl": "前端控制",
"backendControl": "后端控制",
"pageAccess": "页面访问",