用工小程序前端代码
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.
 
 
 

67 lines
1.6 KiB

{
"pages": [
"pages/user/index",
"pages/order/index",
"pages/home/index",
"pages/identity/index",
"pages/auth/index",
"pages/login/index",
"pages/tooltip/tooltip"
],
"subPackages": [
{
"root": "pages_subpack",
"pages": [
"version/index",
"system/index",
"feedback/index",
"employ-progress/index",
"release/index",
"business-settled/index",
"master-settled/index",
"master-detail/index",
"record/index",
"wallet/index",
"pay/index",
"order-detail/index",
"work-detail/index",
"payment/index"
]
}
],
"window": {
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f5f5f5",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "用工平台",
"backgroundColorTop": "#f5f5f5",
"backgroundColorBottom": "#f5f5f5"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#FF7A31",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/index",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/order/index",
"iconPath": "static/image/order.png",
"selectedIconPath": "static/image/order_selected.png",
"text": "订单"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/image/user.png",
"selectedIconPath": "static/image/user_selected.png",
"text": "我的"
}
]
},
"preloadRule": {},
"usingComponents": {}
}