feat(platform): load authorized menus from backend

This commit is contained in:
david
2026-07-30 10:30:01 +08:00
parent 1d5ac6470c
commit 268c8d062c
8 changed files with 597 additions and 491 deletions

View File

@@ -11,6 +11,6 @@
"menuWidth": 220,
"device": "desktop",
"tabBar": false,
"menuFromServer": false,
"menuFromServer": true,
"serverMenu": []
}