From 404510538d9dd1ffb79f53d0868205dfbb7a341f Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Wed, 8 Apr 2026 09:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=9A=E6=97=A5=E6=8A=A5?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E8=B7=B3=E8=BD=AC=E8=B7=AF=E5=BE=84=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20/pages-ops/work-order/index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/daily_report_service.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/services/daily_report_service.py b/app/services/daily_report_service.py index 7982203..3bac466 100644 --- a/app/services/daily_report_service.py +++ b/app/services/daily_report_service.py @@ -351,13 +351,13 @@ def _build_template_card(report: Dict) -> Dict: "type": 2, "title": "点击查看详情", "appid": "wxb3dc42bb3017c3f2", - "pagepath": "pages/index/index", + "pagepath": "/pages-ops/work-order/index", }, ], "card_action": { "type": 2, "appid": "wxb3dc42bb3017c3f2", - "pagepath": "pages/index/index", + "pagepath": "/pages-ops/work-order/index", }, }