15 lines
317 B
JSON
15 lines
317 B
JSON
|
|
{
|
||
|
|
"pages": [
|
||
|
|
"pages/index/index",
|
||
|
|
"pages/phone/phone",
|
||
|
|
"pages/home/home"
|
||
|
|
],
|
||
|
|
"subPackages": [],
|
||
|
|
"window": {
|
||
|
|
"navigationBarTextStyle": "black",
|
||
|
|
"navigationBarTitleText": "uni-app",
|
||
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
|
"backgroundColor": "#F8F8F8"
|
||
|
|
},
|
||
|
|
"usingComponents": {}
|
||
|
|
}
|