first commit
This commit is contained in:
22
resources/mobile/pages.json
Normal file
22
resources/mobile/pages.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user