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.

31 lines
714 B
JSON

2 months ago
{
"pages": [
"pages/index/index",
"pages/cloudStore/apply",
"pages/cloudStore/cloudStoreList",
2 months ago
"pages/cloudStore/cloudStoreDetail",
1 month ago
"pages/customerCS/checkManDetail",
1 month ago
"pages/customerCS/claimsDetail",
"pages/customerCS/orderSearch"
2 months ago
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#FFFFFF"
2 months ago
},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/index/index"
},
{
"pagePath": "pages/cloudStore/cloudStoreList"
}
]
},
"usingComponents": {}
}