Files
screen-shangdianke-uni/pages.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2024-08-23 10:03:43 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2024-08-26 09:56:43 +08:00
// {
// "path" : "pages/setup",
// "style" :
// {
// "navigationStyle": "custom"
// }
// }
// ,{
// "path" : "pages/screen",
// "style" :
// {
// "navigationStyle": "custom"
// }
// },
2024-08-23 10:03:43 +08:00
{
2024-08-26 09:56:43 +08:00
"path" : "pages/index",
"style" :
{
"navigationStyle": "custom"
2024-08-23 10:03:43 +08:00
}
2024-08-26 09:56:43 +08:00
}
,{
2024-08-23 13:22:50 +08:00
"path" : "pages/home",
"style" :
{
"navigationStyle": "custom"
}
}
2024-08-23 10:03:43 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}