diff --git a/scripts/load_path.py b/scripts/load_path.py index 6954c45..d941118 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -50,7 +50,22 @@ PATHS_LOGINED = [ f"/discount/generate_qr.dspy", f"/discount/promote", f"/discount/promote.ui", - f"/discount/promote/index.dspy",] + f"/discount/promote/index.dspy", + f"/discount/discount_marketing_list", + f"/discount/discount_marketing_list/index.ui", + f"/discount/discount_promo_code_list", + f"/discount/discount_promo_code_list/index.ui", + f"/discount/discount_customer_bind_list", + f"/discount/discount_customer_bind_list/index.ui", + f"/discount/api/marketing_create.dspy", + f"/discount/api/marketing_update.dspy", + f"/discount/api/marketing_delete.dspy", + f"/discount/api/promo_code_create.dspy", + f"/discount/api/promo_code_update.dspy", + f"/discount/api/promo_code_delete.dspy", + f"/discount/api/customer_bind_create.dspy", + f"/discount/api/customer_bind_update.dspy", + f"/discount/api/customer_bind_delete.dspy",] # ============================================================ # 执行注册