23 lines
437 B
JSON
23 lines
437 B
JSON
{
|
|
"pages": [
|
|
{ "path": "pages/index/index" }
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "家庭记账",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"bounce": "none"
|
|
}
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
}
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|