fix(dashboard): 修正 pages.json 中 dashboard 路由的逗号位置

代码质量评审发现逗号置于行首()与项目惯例()不一致,
修正为与项目其他 35+ 个路由条目完全一致的风格。
This commit is contained in:
zheng020 2026-06-02 20:59:39 +08:00
parent 57be0e9276
commit 57248f767e

View File

@ -289,15 +289,6 @@
} }
}, },
{ {
"path": "pages/tasks/revenue",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
}
,{
"path": "pages/dashboard/dashboard", "path": "pages/dashboard/dashboard",
"style": { "style": {
"navigationStyle": "custom", "navigationStyle": "custom",