From d235eeda74b900bb1756bfcd7049a19931858ac7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 27 Aug 2026 14:11:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(rbac):=20=E8=A1=A5=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E5=A4=9Asession=E4=BC=9A=E8=AF=9D=E5=85=A5=E5=8F=A3=20/pipelin?= =?UTF-8?q?e-bidding/agent=20=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/load_path.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/load_path.py b/scripts/load_path.py index 9ba68fe..e73cd34 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -29,6 +29,9 @@ PATHS_ANY = [ PATHS_LOGINED = [ "/%s" % MOD, "/%s/index.ui" % MOD, + # 多 session 会话入口(agent 目录 + 页面,菜单 open_tab 指向 /pipeline-bidding/agent) + "/%s/agent" % MOD, + "/%s/agent/index.ui" % MOD, ] for t in TABLES: PATHS_LOGINED += [