38 lines
824 B
JSON
38 lines
824 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "取景拍摄",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#0d0d0d"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/signin/index",
|
|
"style": {
|
|
"navigationBarTitleText": "签到表取景",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#000000",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/panorama/index",
|
|
"style": {
|
|
"navigationBarTitleText": "全景取景",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#000000",
|
|
"disableScroll": true
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "取景拍摄",
|
|
"navigationBarBackgroundColor": "#000000",
|
|
"backgroundColor": "#0d0d0d"
|
|
},
|
|
"uniIdRouter": {}
|
|
} |