feat: add spa_router.js RBAC permission (any)

This commit is contained in:
yumoqing 2026-05-27 14:10:14 +08:00
parent 39fe93438c
commit 0032e364b1

View File

@ -35,6 +35,7 @@ paths = [
("/dashboard_for_sage/shell.ui", "logined"),
("/dashboard_for_sage/shell_theme.css", "any"),
("/dashboard_for_sage/shell_theme.js", "any"),
("/dashboard_for_sage/spa_router.js", "any"),
# Global menu
("/dashboard_for_sage/global_menu.ui", "logined"),