合并 智慧就业第一版

This commit is contained in:
2025-10-30 11:29:57 +08:00
parent 577b20661a
commit 6579abe021
166 changed files with 2818496 additions and 367 deletions

View File

@@ -27,14 +27,28 @@
{
"path": "pages/careerfair/careerfair",
"style": {
"navigationBarTitleText": "招聘会",
"navigationStyle": "custom"
"navigationBarTitleText": "招聘会"
// "navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"path": "pages/complete-info/complete-info",
"style": {
"navigationBarTitleText": "AI+就业服务程序",
"navigationBarTitleText": "补全信息"
// "navigationStyle": "custom"
}
},
{
"path": "pages/complete-info/company-info",
"style": {
"navigationBarTitleText": "企业信息"
// "navigationStyle": "custom"
}
},
{
"path": "pages/complete-info/components/map-location-picker",
"style": {
"navigationBarTitleText": "选择地址",
"navigationStyle": "custom"
}
},
@@ -47,6 +61,20 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/test/userTypeTest",
"style": {
"navigationBarTitleText": "用户类型测试",
"navigationStyle": "custom"
}
},
{
"path": "pages/job/publishJob",
"style": {
"navigationBarTitleText": "发布岗位",
"navigationStyle": "custom"
}
},
{
"path": "pages/chat/chat",
"style": {
@@ -65,14 +93,6 @@
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
// },
// {
// "path" : "packageA/pages/addWorkExperience/addWorkExperience",
// "style" :
// {
// "navigationBarTitleText" : "添加工作经历",
// "navigationStyle": "custom"
// }
}
],
@@ -80,6 +100,13 @@
"root": "packageA",
"pages": [
{
"path" : "pages/addWorkExperience/addWorkExperience",
"style" :
{
"navigationBarTitleText" : "添加工作经历",
"navigationStyle": "custom"
}
},{
"path": "pages/choiceness/choiceness",
"style": {
"navigationBarTitleText": "精选",
@@ -226,37 +253,153 @@
}
}
]
},{
"root": "packageRc",
},
{
"root": "packageB",
"pages": [
{
"path" : "pages/index/index",
"style" :
{
"navigationBarTitleText" : "高校毕业生智慧就业"
}
},{
"path": "pages/daiban/daiban",
"style": {
"navigationBarTitleText": "待办任务",
"navigationBarBackgroundColor": "#4778EC",
"navigationBarTextStyle": "white"
}
}
"path" : "pages/search/search",
"style" : {
"navigationBarTitleText" : "生涯规划",
"navigationStyle": "custom"
}
},
{
"path": "pages/job/index",
"style": {
"navigationBarTitleText": "职业库"
}
},
{
"path": "pages/job/midList",
"style": {
"navigationBarTitleText": "职业库-中类"
}
},
{
"path": "pages/job/smallList",
"style": {
"navigationBarTitleText": "职业库-小类"
}
},
{
"path": "pages/job/details",
"style": {
"navigationBarTitleText": "职业详情"
}
},
{
"path": "pages/userCenter/personDocument",
"style": {
"navigationBarTitleText": "生涯档案",
"navigationStyle": "custom"
}
},
{
"path": "pages/userCenter/careerCompass",
"style": {
"navigationBarTitleText": "生涯罗盘",
"navigationStyle": "custom"
}
},
{
"path": "pages/userCenter/learningPlan",
"style": {
"navigationBarTitleText": "学业规划",
"navigationStyle": "custom"
}
},
{
"path": "pages/userCenter/smartTarget",
"style": {
"navigationBarTitleText": "学业规划",
"navigationStyle": "custom"
}
},
{
"path": "pages/userCenter/fillInInformation",
"style": {
"navigationBarTitleText": "完善个人信息"
}
},
{
"path": "pages/pagesTest/testList",
"style": {
"navigationBarTitleText": "生涯测评",
"navigationStyle": "custom"
}
},
{
"path": "pages/pagesTest/customTestTitle",
"style": {
"navigationBarTitleText": "自定义测评",
"navigationStyle": "custom"
}
},
{
"path": "pages/pagesTest/interestTestTitle",
"style": {
"navigationBarTitleText": "职业兴趣测评",
"navigationStyle": "custom"
}
},
{
"path": "pages/pagesTest/workValuesTestTitle",
"style": {
"navigationBarTitleText": "工作价值观测评",
"navigationStyle": "custom"
}
},
{
"path": "pages/pagesTest/personalTestTitle",
"style": {
"navigationBarTitleText": "人格测评",
"navigationStyle": "custom"
}
},
{
"path": "pages/testReport/workValuesTestReport",
"style": {
"navigationBarTitleText": "工作价值观测评报告",
"navigationStyle": "custom"
}
},
{
"path": "pages/testReport/multipleAbilityTestReport",
"style": {
"navigationBarTitleText": "多元能力测评报告",
"navigationStyle": "custom"
}
},
{
"path": "pages/testReport/generalCareerTestReport",
"style": {
"navigationBarTitleText": "通用职业能力测评报告",
"navigationStyle": "custom"
}
},
{
"path": "pages/testReport/personalTestReport",
"style": {
"navigationBarTitleText": "人格测评报告",
"navigationStyle": "custom"
}
},
{
"path": "pages/testReport/interestTestReport",
"style": {
"navigationBarTitleText": "职业兴趣测评报告",
"navigationStyle": "custom"
}
}
]
}],
}
],
"tabBar": {
"custom": true,
"display": "none",
"color": "#5E5F60",
"selectedColor": "#256BFA",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"midButton": {
"width": "50px",
"height": "50px",
"backgroundImage": "static/tabbar/logo2copy.png"
},
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/calendar.png",
@@ -272,7 +415,8 @@
{
"pagePath": "pages/chat/chat",
"iconPath": "static/tabbar/logo3.png",
"selectedIconPath": "static/tabbar/logo3.png"
"selectedIconPath": "static/tabbar/logo3.png",
"text": "AI+"
},
{
"pagePath": "pages/msglog/msglog",
@@ -292,12 +436,18 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
// "enablePullDownRefresh": false,
// "navigationStyle": "custom",
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcMaxDeviceWidth": 750,
"rpxCalcIncludeWidth": 750
// "navigationStyle": "custom"
},
"easycom": {
"autoscan": true,
"custom": {
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
"^IconfontIcon$": "@/components/IconfontIcon/IconfontIcon.vue",
"^WxAuthLogin$": "@/components/WxAuthLogin/WxAuthLogin.vue",
"^AppLayout$": "@/components/AppLayout/AppLayout.vue"
}
},
"uniIdRouter": {}
}