From c2b0b286a5b46258bdec40941a234150c6019768 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 14 Jul 2026 16:07:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20load=5Fpath=E8=A1=A5=E5=85=85marketing?= =?UTF-8?q?=5Fdiscount=5Fsetting=E6=9D=83=E9=99=90=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/load_path.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/load_path.py b/scripts/load_path.py index 11f7e31..d1bc9b0 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -117,6 +117,11 @@ PATHS_LOGINED = [ f"/{MOD}/discount_setting/index.ui", f"/{MOD}/discount_setting/get_products_with_discount.dspy", f"/{MOD}/discount_setting/save_discount.dspy", + # 营销方案产品折扣设置 + f"/{MOD}/marketing_discount_setting", + f"/{MOD}/marketing_discount_setting/index.ui", + f"/{MOD}/marketing_discount_setting/get_products.dspy", + f"/{MOD}/marketing_discount_setting/save_discount.dspy", ] for d in crud_defs: @@ -146,6 +151,10 @@ PATHS_OPERATOR = [ f"/{MOD}/discount_setting/index.ui", f"/{MOD}/discount_setting/get_products_with_discount.dspy", f"/{MOD}/discount_setting/save_discount.dspy", + f"/{MOD}/marketing_discount_setting", + f"/{MOD}/marketing_discount_setting/index.ui", + f"/{MOD}/marketing_discount_setting/get_products.dspy", + f"/{MOD}/marketing_discount_setting/save_discount.dspy", ] for d in crud_defs: alias = d["alias"]