diff --git a/scripts/load_path.py b/scripts/load_path.py index 4e3c4ce..70d7f18 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -65,6 +65,8 @@ PATHS_LOGINED = [ f"/{MOD}", f"/{MOD}/index.ui", # 功能页面 + f"/{MOD}/discount_list.ui", + f"/{MOD}/discount_detail_list.ui", f"/{MOD}/generate_qr.dspy", f"/{MOD}/promote", f"/{MOD}/promote.ui", @@ -115,6 +117,8 @@ PATHS_LOGINED = [ # 角色专属权限 — operator 可管理折扣方案、营销方案、客户归属 PATHS_OPERATOR = [ # 折扣方案管理 + f"/{MOD}/discount_list.ui", + f"/{MOD}/discount_detail_list.ui", f"/{MOD}/discount_list", f"/{MOD}/discount_list/index.ui", f"/{MOD}/discount_list/get_discount.dspy",