风险测评小程序前端代码仓库
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.
 
 
 

25 lines
471 B

{
"pages": [
{
"path": "pages/report/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["pages_order"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "报告",
"navigationBarBackgroundColor": "#014FA2",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}