工作端小程序
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.
 
 
 
 
 

42 lines
1.1 KiB

{
"pages": [
"pages/login/login",
"pages/tabBar/work/index",
"pages/tabBar/mine/index",
"pages/tabBar/msg/index"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#8b8b8b",
"selectedColor": "#08B3B3",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [
{
"pagePath": "pages/tabBar/msg/index",
"iconPath": "static/img/消息-灰.png",
"selectedIconPath": "static/img/消息.png",
"text": "消息"
},
{
"pagePath": "pages/tabBar/work/index",
"iconPath": "static/img/工作-灰.png",
"selectedIconPath": "static/img/工作.png",
"text": "工作"
},
{
"pagePath": "pages/tabBar/mine/index",
"iconPath": "static/img/我的-灰.png",
"selectedIconPath": "static/img/我的.png",
"text": "我的"
}
]
},
"usingComponents": {}
}