34 lines
600 B
JSON
34 lines
600 B
JSON
|
{
|
||
|
"pages": [{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "登录"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/callback",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "登录"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/map/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "地图"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/pay/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "支付"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"uniIdRouter": {}
|
||
|
}
|