Files
ks-app-employment-service/pages.json

125 lines
4.1 KiB
JSON
Raw Normal View History

2024-11-08 11:55:23 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
2024-11-18 16:33:37 +08:00
"navigationStyle": "custom"
2024-11-08 11:55:23 +08:00
}
},
{
"path": "pages/mine/mine",
"style": {
2024-11-18 16:33:37 +08:00
"navigationStyle": "custom"
2024-11-08 11:55:23 +08:00
}
},
{
"path": "pages/msglog/msglog",
"style": {
2024-11-18 16:33:37 +08:00
"navigationStyle": "custom"
2024-11-08 11:55:23 +08:00
}
},
{
"path": "pages/careerfair/careerfair",
"style": {
2024-11-18 16:33:37 +08:00
"navigationStyle": "custom"
2024-11-08 11:55:23 +08:00
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
2024-11-18 16:33:37 +08:00
},
{
"path": "pages/nearby/nearby",
"style": {
"navigationBarTitleText": "附近",
"navigationBarBackgroundColor": "#4778EC",
"navigationBarTextStyle": "white"
}
2024-11-08 11:55:23 +08:00
}
],
2024-11-18 16:33:37 +08:00
"subpackages": [{
"root": "packageA",
"pages": [{
"path": "pages/choiceness/choiceness",
"style": {
"navigationBarTitleText": "精选",
"navigationBarBackgroundColor": "#4778EC",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/post/post",
"style": {
"navigationBarTitleText": "职位详情",
"navigationBarBackgroundColor": "#4778EC",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/UnitDetails/UnitDetails",
"style": {
"navigationBarTitleText": "单位详情",
"navigationBarBackgroundColor": "#4778EC",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/exhibitors/exhibitors",
"style": {
"navigationBarTitleText": "参展单位",
"navigationBarBackgroundColor": "#4778EC",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/myResume/myResume",
"style": {
"navigationBarTitleText": "我的简历",
"navigationBarBackgroundColor": "#4778EC",
"navigationBarTextStyle": "white"
}
}]
}],
2024-11-08 11:55:23 +08:00
"tabBar": {
"color": "#7A7E83",
2024-11-18 16:33:37 +08:00
"selectedColor": "#002979",
2024-11-08 11:55:23 +08:00
"borderStyle": "black",
"backgroundColor": "#ffffff",
2024-11-18 16:33:37 +08:00
"midButton": {
"width": "50px",
"height": "50px",
"backgroundImage": "static/tabbar/logo2.png"
},
2024-11-08 11:55:23 +08:00
"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",
2024-11-18 16:33:37 +08:00
"selectedIconPath": "static/tabbar/chat4ed.png",
2024-11-08 11:55:23 +08:00
"text": "消息"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/tabbar/mine.png",
2024-11-18 16:33:37 +08:00
"selectedIconPath": "static/tabbar/mined.png",
2024-11-08 11:55:23 +08:00
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}