Files
ks-app-employment-service/unpackage/dist/dev/mp-weixin/app.json
2024-11-08 11:55:23 +08:00

53 lines
1.4 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/mine/mine",
"pages/msglog/msglog",
"pages/careerfair/careerfair",
"pages/login/login"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/post.png",
"selectedIconPath": "static/tabbar/posted.png",
"text": "职位"
},
{
"pagePath": "pages/careerfair/careerfair",
"iconPath": "static/tabbar/calendar.png",
"selectedIconPath": "static/tabbar/calendared.png",
"text": "招聘会"
},
{
"pagePath": "pages/msglog/msglog",
"iconPath": "static/tabbar/chat4.png",
"selectedIconPath": "static/tabbar/chat4.png",
"text": "消息"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/tabbar/mine.png",
"selectedIconPath": "static/tabbar/mine.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "用于用户选择地图查看位置"
}
},
"usingComponents": {}
}