mirror of
https://github.com/shuguangnet/uniapp.git
synced 2025-01-23 16:08:44 +08:00
13 lines
281 B
JSON
13 lines
281 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/request/index/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"usingComponents": {}
|
|
} |