You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.6 KiB
JSON

{
"pages": [{
"path": "pages/main/home/home",
"style": {
"navigationBarTitleText": "我的报告",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/main/choose/choose",
"style": {
"navigationBarTitleText": "报告对比",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/main/contrast/contrast",
"style": {
"navigationBarTitleText": "报告对比",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/main/report/report",
"style": {
"navigationBarTitleText": "报告详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/main/analysis/analysis",
"style": {
"navigationBarTitleText": "趋势分析",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/main/analysis_content/analysis_content",
"style": {
"navigationBarTitleText": "趋势分析",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/main/list/list",
"style": {
"navigationBarTitleText": "报告中心",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/main/home/login",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "报告对比",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}