Files
hht-chaowei-uni/pages.json

69 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-07 17:12:22 +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/login/setup",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/login/upgrade",
"style": {
"navigationStyle": "custom"
}
}
2023-12-11 10:42:47 +08:00
,{
"path" : "pages/modules/unloading-mater",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/call-mater",
2023-12-11 10:05:50 +08:00
"style" :
{
"navigationStyle": "custom"
}
2023-12-11 10:42:47 +08:00
}
,{
"path" : "pages/modules/clean-matter-info",
2023-12-11 10:05:50 +08:00
"style" :
{
"navigationStyle": "custom"
}
2023-12-12 15:28:06 +08:00
2023-12-11 10:42:47 +08:00
}
2023-12-13 09:17:51 +08:00
,{
"path" : "pages/modules/calling-empty",
"style" :
{
"navigationStyle": "custom"
}
}
2023-12-07 17:12:22 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}