2024-11-08 11:55:23 +08:00
|
|
|
|
{
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"navigationBarTitleText": "青岛智慧就业平台",
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"navigationStyle": "custom"
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine/mine",
|
|
|
|
|
"style": {
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"navigationBarTitleText": "我的",
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"navigationStyle": "custom"
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/msglog/msglog",
|
|
|
|
|
"style": {
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"navigationBarTitleText": "消息",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": false
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/careerfair/careerfair",
|
|
|
|
|
"style": {
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"navigationBarTitleText": "招聘会",
|
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"
|
|
|
|
|
}
|
2025-03-28 15:19:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/chat/chat",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "AI+",
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
// #ifdef H5
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
//#endif
|
|
|
|
|
}
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
|
|
|
|
],
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"subpackages": [{
|
|
|
|
|
"root": "packageA",
|
|
|
|
|
"pages": [{
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/Intendedposition/Intendedposition",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "意向岗位",
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/collection/collection",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的收藏",
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/browseJob/browseJob",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的浏览",
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
2024-11-18 16:33:37 +08:00
|
|
|
|
}
|
2025-03-28 15:19:42 +08:00
|
|
|
|
]
|
2024-11-18 16:33:37 +08:00
|
|
|
|
}],
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"tabBar": {
|
2025-04-07 09:10:55 +08:00
|
|
|
|
"color": "#5E5F60",
|
2025-03-28 15:55:21 +08:00
|
|
|
|
"selectedColor": "#256BFA",
|
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",
|
2025-04-07 09:10:55 +08:00
|
|
|
|
"backgroundImage": "static/tabbar/logo2copy.png"
|
2024-11-18 16:33:37 +08:00
|
|
|
|
},
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"list": [{
|
|
|
|
|
"pagePath": "pages/index/index",
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"iconPath": "static/tabbar/calendar.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/calendared.png",
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"text": "职位"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/careerfair/careerfair",
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"iconPath": "static/tabbar/post.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/posted.png",
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"text": "招聘会"
|
|
|
|
|
},
|
2025-03-28 15:19:42 +08:00
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/chat/chat",
|
2025-04-07 09:10:55 +08:00
|
|
|
|
"iconPath": "static/tabbar/logo2copy.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/logo2copy.png"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
},
|
2024-11-08 11:55:23 +08:00
|
|
|
|
{
|
|
|
|
|
"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": {}
|
|
|
|
|
}
|