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.

31 lines
696 B

2 years ago
{
1 month ago
"pages": [{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "出入库",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": false
1 year ago
}
1 month ago
}
},
1 month ago
{
"path": "pages/coinsDetail/index",
"style": {
"navigationBarTitleText": "出入库详情",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": false
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"uniIdRouter": {}
2 years ago
}