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": "青岛智慧就业平台",
|
2025-05-13 11:42:17 +08:00
|
|
|
|
// #ifdef H5
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"navigationStyle": "custom"
|
2025-05-13 11:42:17 +08:00
|
|
|
|
// #endif
|
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-10-20 16:15:29 +08:00
|
|
|
|
"navigationBarTitleText": "招聘会"
|
|
|
|
|
// "navigationStyle": "custom"
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
"style": {
|
2025-10-20 16:15:29 +08:00
|
|
|
|
"navigationBarTitleText": "AI+就业服务程序"
|
|
|
|
|
// "navigationStyle": "custom"
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
2024-11-18 16:33:37 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/nearby/nearby",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "附近",
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"navigationStyle": "custom"
|
2024-11-18 16:33:37 +08:00
|
|
|
|
}
|
2025-03-28 15:19:42 +08:00
|
|
|
|
},
|
2025-10-16 16:44:30 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/test/userTypeTest",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "用户类型测试",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/job/publishJob",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "发布岗位",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
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
|
|
|
|
|
}
|
2025-05-13 11:10:38 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/search/search",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
2025-05-13 11:10:38 +08:00
|
|
|
|
|
2024-11-08 11:55:23 +08:00
|
|
|
|
],
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"subpackages": [{
|
|
|
|
|
"root": "packageA",
|
2025-10-20 11:05:11 +08:00
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/addWorkExperience/addWorkExperience",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText" : "添加工作经历",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},{
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"path": "pages/choiceness/choiceness",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "精选",
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/post/post",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "职位详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/UnitDetails/UnitDetails",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "单位详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/exhibitors/exhibitors",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "参展单位",
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/myResume/myResume",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的简历",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/Intendedposition/Intendedposition",
|
|
|
|
|
"style": {
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTitleText": "投递记录",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/collection/collection",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的收藏",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/browseJob/browseJob",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的浏览",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/addPosition/addPosition",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "添加岗位",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/selectDate/selectDate",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/personalInfo/personalInfo",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人信息",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/jobExpect/jobExpect",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "求职期望",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/reservation/reservation",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的预约",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/choicenessList/choicenessList",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "精选企业",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
2025-05-15 14:17:51 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/newJobPosition/newJobPosition",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "新职位推荐",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/systemNotification/systemNotification",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "系统通知",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
}
|
2025-06-26 08:56:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/tiktok/tiktok",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2025-08-20 13:38:47 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/moreJobs/moreJobs",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "更多岗位",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
2025-09-29 11:53:10 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/collection/compare",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": " 岗位对比",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/myResume/corporateInformation",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": " 企业详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
2025-08-20 13:38:47 +08:00
|
|
|
|
}
|
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",
|
|
|
|
|
"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-05-15 14:17:51 +08:00
|
|
|
|
"iconPath": "static/tabbar/logo3.png",
|
2025-10-20 11:05:11 +08:00
|
|
|
|
"selectedIconPath": "static/tabbar/logo3.png",
|
|
|
|
|
"text": "AI+"
|
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",
|
2025-05-16 09:28:44 +08:00
|
|
|
|
"backgroundColor": "#F8F8F8",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
// "enablePullDownRefresh": false,
|
|
|
|
|
// "navigationStyle": "custom",
|
2025-05-16 09:28:44 +08:00
|
|
|
|
"rpxCalcBaseDeviceWidth": 375,
|
|
|
|
|
"rpxCalcMaxDeviceWidth": 750,
|
|
|
|
|
"rpxCalcIncludeWidth": 750
|
2024-11-08 11:55:23 +08:00
|
|
|
|
},
|
2025-10-20 16:15:29 +08:00
|
|
|
|
"easycom": {
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
"custom": {
|
|
|
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
|
|
|
|
|
"^IconfontIcon$": "@/components/IconfontIcon/IconfontIcon.vue",
|
|
|
|
|
"^WxAuthLogin$": "@/components/WxAuthLogin/WxAuthLogin.vue"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
}
|