体育大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
sport_bigScren/pages.json

69 lines
1.6 KiB

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/index",
"style" :
{
"navigationStyle": "custom"
}
},{
"path": "pages/award/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/schedule/index",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/clear/index",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/check/index",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/score/index",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/declare/index",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/index/init",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "劳拉之星",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}