You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

7 months ago
{
"pages": [
"pages/login/login",
"pages/index/index",
"pages/user/index",
"pages/user/transport/transport",
"pages/user/complete/complete",
"pages/user/cancel/cancel",
"pages/user/authentication/authentication",
"pages/user/userxy/userxy",
"pages/user/payment/payment",
"pages/user/portrait/portrait"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#0D5DC9",
"backgroundColor": "#55ff00"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#0D5DC9",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/shouyew.png",
"selectedIconPath": "static/shouyeac.png",
"text": "首页"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/wodew.png",
"selectedIconPath": "static/wodeac.png",
"text": "我的"
}
]
},
"lazyCodeLoading": "requiredComponents",
"usingComponents": {}
}