Files
pad-ndxy-uni/pages.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2025-02-17 17:02:02 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/home/home",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/management/order-detail",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/management/task",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/management/call-task",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
2025-02-17 19:01:32 +08:00
"navigationBarTextStyle": "white",
2025-02-17 17:02:02 +08:00
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}