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.
32 lines
757 B
JSON
32 lines
757 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/cloudStore/apply",
|
|
"pages/cloudStore/cloudStoreList",
|
|
"pages/cloudStore/cloudStoreDetail",
|
|
"pages/customerCS/checkManDetail",
|
|
"pages/customerCS/claimsDetail",
|
|
"pages/customerCS/orderSearch",
|
|
"pages/customerCS/completeClaimsInfo"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColorTop": "#FFFFFF"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index"
|
|
},
|
|
{
|
|
"pagePath": "pages/cloudStore/cloudStoreList"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |