You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
565 B
JSON
27 lines
565 B
JSON
6 months ago
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/cloudStore/apply",
|
||
|
"pages/cloudStore/cloudStoreList",
|
||
|
"pages/cloudStore/cloudStoreDetail"
|
||
|
],
|
||
|
"subPackages": [],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"custom": true,
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/cloudStore/cloudStoreList"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"usingComponents": {}
|
||
|
}
|