From 57248f767ec8e485f7683e9f3ebeb73f973a5297 Mon Sep 17 00:00:00 2001 From: zheng020 Date: Tue, 2 Jun 2026 20:59:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(dashboard):=20=E4=BF=AE=E6=AD=A3=20pages.js?= =?UTF-8?q?on=20=E4=B8=AD=20dashboard=20=E8=B7=AF=E7=94=B1=E7=9A=84?= =?UTF-8?q?=E9=80=97=E5=8F=B7=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 代码质量评审发现逗号置于行首()与项目惯例()不一致, 修正为与项目其他 35+ 个路由条目完全一致的风格。 --- frontend/pages.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frontend/pages.json b/frontend/pages.json index d411676..f5f0071 100644 --- a/frontend/pages.json +++ b/frontend/pages.json @@ -289,15 +289,6 @@ } }, { - "path": "pages/tasks/revenue", - "style": { - "navigationStyle": "custom", - "app-plus": { - "bounce": "none" - } - } - } - ,{ "path": "pages/dashboard/dashboard", "style": { "navigationStyle": "custom",