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 += [