Files
hht-beian-uni/pages.json

125 lines
3.5 KiB
JSON
Raw Normal View History

2025-06-09 14:43:25 +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"
}
}
,{
"path" : "pages/task/rkqr",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/ckqr",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/pdqr",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/dwcz",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/ddzy",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/rwgl",
"style" :
{
"navigationStyle": "custom"
}
}
2025-06-23 13:26:13 +08:00
,{
"path" : "pages/task/rkzp",
"style" :
{
"navigationStyle": "custom"
}
}
2025-08-05 20:28:09 +08:00
,{
"path" : "pages/task/sgzp",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/ktprk",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/ktpck",
"style" :
{
"navigationStyle": "custom"
}
}
2025-10-15 14:18:45 +08:00
,{
"path" : "pages/task/ddrw",
"style" :
{
"navigationStyle": "custom"
}
}
2025-06-09 14:43:25 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}