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.

40 lines
1007 B

8 months ago
{
"pages": [
8 months ago
"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"
8 months ago
],
"subPackages": [],
"window": {
8 months ago
"navigationBarTextStyle": "white",
8 months ago
"navigationBarTitleText": "uni-app",
8 months ago
"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": "我的"
}
]
8 months ago
},
"usingComponents": {}
}