fix(dashboard): 修正 pages.json 中 dashboard 路由的逗号位置
代码质量评审发现逗号置于行首()与项目惯例()不一致, 修正为与项目其他 35+ 个路由条目完全一致的风格。
This commit is contained in:
parent
57be0e9276
commit
57248f767e
@ -289,15 +289,6 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/tasks/revenue",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"app-plus": {
|
||||
"bounce": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path": "pages/dashboard/dashboard",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user