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.
|
|
|
{
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"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": "我的"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"usingComponents": {}
|
|
|
|
}
|