驾考受理查询支付宝小程序、网页
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.
 
 
 
 
 

38 lines
752 B

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
// #ifdef H5
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
},
// #endif
{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText" : "受理凭证"
}
}
// #ifndef H5
,{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "受理凭证"
}
}
// #endif
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "受理凭证",
"navigationBarBackgroundColor": "#2e64ac",
"backgroundColor": "#F8F8F8"
// #ifdef H5
,"navigationStyle": "custom"
// #endif
},
"uniIdRouter": {}
}