From 0032e364b190e63679ec853de8111e8c7efdb237 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 27 May 2026 14:10:14 +0800 Subject: [PATCH] feat: add spa_router.js RBAC permission (any) --- scripts/load_path.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/load_path.py b/scripts/load_path.py index 1d71437..1c10377 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -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"),