diff --git a/apiCa/user.js b/apiCa/user.js
index 7f8b87b..8542f8e 100644
--- a/apiCa/user.js
+++ b/apiCa/user.js
@@ -4,6 +4,8 @@ const api = {}
//根据openId,获取token,并判断用户是否已绑定账号
api.queryKaShiToken = (userId,name) => request.globalRequest(`/KaShi/QueryKaShiToken?userId=${userId}&name=${name}&schoolId=2268`,'GET', {})
+// 获取ai面试路径
+api.queryAIUrl = (userId,name) => request.globalRequest(`/KaShi/QueryAIUrl?userId=${userId}&name=${name}&schoolId=2268`,'GET', {})
//根据openId,获取token,并判断用户是否已绑定账号
api.getAccessTokenAndUser = (params) => request.globalRequest(`/WeChartToken/GetAccessTokenAndUser?openId=${params}`,'GET', {})
diff --git a/manifest.json b/manifest.json
index 65f0c1c..cb1bf88 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,7 +50,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx9d1cbc11c8c40ba7",
+ "appid" : "wx4aa34488b965a331",
"setting" : {
"urlCheck" : false,
"es6" : true,
@@ -63,7 +63,11 @@
"desc" : "用于用户选择地图查看位置"
}
},
- "libVersion" : "3.5.7"
+ "lazyCodeLoading" : "requiredComponents",
+ "libVersion" : "3.5.7",
+ "optimization" : {
+ "subPackages" : true
+ }
},
"mp-alipay" : {
"usingComponents" : true
diff --git a/packageB/login.vue b/packageB/login.vue
index 447df04..18e59df 100644
--- a/packageB/login.vue
+++ b/packageB/login.vue
@@ -51,8 +51,9 @@
})
onLoad((option) => {
- console.log("option",option)
- flag.value=option.flag
+ if(option.flag){
+ flag.value=option.flag
+ }
})
onMounted(() => {
diff --git a/packageB/train/mockExam/examList.vue b/packageB/train/mockExam/examList.vue
index 19b9bf2..6b3836b 100644
--- a/packageB/train/mockExam/examList.vue
+++ b/packageB/train/mockExam/examList.vue
@@ -37,8 +37,8 @@
已过期
- 开始考试
- 继续考试
+ 开始考试
+ 继续考试
@@ -120,8 +120,8 @@
考试结束后可查看成绩和答案解析
-
开始考试
-
继续考试
+
开始考试
+
继续考试
@@ -269,6 +269,9 @@ function jumps(url){
function clones(){
dialogVisible.value=false
}
+function handleOperation(row,i) {
+ navTo(`/packageB/train/video/videoDetail?id=${video.videoId}`);
+}
+
diff --git a/packageRc/pages/index/index.vue b/packageRc/pages/index/index.vue
index 2cc8f1a..e422da3 100644
--- a/packageRc/pages/index/index.vue
+++ b/packageRc/pages/index/index.vue
@@ -1,7 +1,7 @@
@@ -21,7 +21,7 @@
需求上报
-
+
虚拟面试
@@ -120,6 +120,14 @@ function goCa(){
navTo(`/packageCa/search/search?userId=${userInfo.userId}&name=${userInfo.name}`);
}
}
+// 跳转AI智能面试
+function goAiAu(){
+ if (checkLogin()) {
+ const userInfo = uni.getStorageSync('userInfo')
+ navTo(`/packageCa/search/AIAudition?userId=${userInfo.userId}&name=${userInfo.name}`);
+ }
+}
+
function viewMore() {
navTo(`/packageRc/pages/jobList/jobList`);
}
diff --git a/pages.json b/pages.json
index dcb8ae3..0b0ad08 100644
--- a/pages.json
+++ b/pages.json
@@ -1,694 +1,715 @@
{
"pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "喀什智慧就业平台",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/msglog/msglog",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/careerfair/careerfair",
- "style": {
- "navigationBarTitleText": "招聘会",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/complete-info/complete-info",
- "style": {
- "navigationBarTitleText": "补全信息",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/complete-info/company-info",
- "style": {
- "navigationBarTitleText": "企业信息",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/complete-info/components/map-location-picker",
- "style": {
- "navigationBarTitleText": "选择地址"
- }
- },
- {
- "path": "pages/nearby/nearby",
- "style": {
- "navigationBarTitleText": "附近",
- "navigationBarBackgroundColor": "#4778EC",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/test/userTypeTest",
- "style": {
- "navigationBarTitleText": "用户类型测试"
- }
- },
- {
- "path": "pages/test/tabbar-test",
- "style": {
- "navigationBarTitleText": "TabBar测试"
- }
- },
- {
- "path": "pages/test/homepage-test",
- "style": {
- "navigationBarTitleText": "首页内容测试"
- }
- },
- {
- "path": "pages/test/tabbar-user-type-test",
- "style": {
- "navigationBarTitleText": "TabBar用户类型测试"
- }
- },
- {
- "path": "pages/test/company-search-test",
- "style": {
- "navigationBarTitleText": "企业搜索功能测试"
- }
- },
- {
- "path": "pages/test/company-mine-test",
- "style": {
- "navigationBarTitleText": "企业我的页面测试"
- }
- },
- {
- "path": "pages/job/publishJob",
- "style": {
- "navigationBarTitleText": "发布岗位"
- }
- },
- {
- "path": "pages/job/companySearch",
- "style": {
- "navigationBarTitleText": "选择企业",
- "disableScroll": false,
- "enablePullDownRefresh": false,
- "backgroundColor": "#f5f5f5"
- }
- },
- {
- "path": "pages/chat/chat",
- "style": {
- "navigationBarTitleText": "AI+",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#4778EC",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/search/search",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/mine/company-mine",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/mine/company-info",
- "style": {
- "navigationBarTitleText": "企业信息",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/mine/edit-company-contacts",
- "style": {
- "navigationBarTitleText": "编辑联系人",
- "navigationBarTitleTextSize": "30rpx"
- }
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "喀什智慧就业平台",
+ "navigationBarTitleTextSize": "30rpx"
}
-
+ },
+ {
+ "path": "pages/mine/mine",
+ "style": {
+ "navigationBarTitleText": "我的",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/msglog/msglog",
+ "style": {
+ "navigationBarTitleText": "消息",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/careerfair/careerfair",
+ "style": {
+ "navigationBarTitleText": "招聘会",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/complete-info/complete-info",
+ "style": {
+ "navigationBarTitleText": "补全信息",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/complete-info/company-info",
+ "style": {
+ "navigationBarTitleText": "企业信息",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/complete-info/components/map-location-picker",
+ "style": {
+ "navigationBarTitleText": "选择地址"
+ }
+ },
+ {
+ "path": "pages/nearby/nearby",
+ "style": {
+ "navigationBarTitleText": "附近",
+ "navigationBarBackgroundColor": "#4778EC",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/test/userTypeTest",
+ "style": {
+ "navigationBarTitleText": "用户类型测试"
+ }
+ },
+ {
+ "path": "pages/test/tabbar-test",
+ "style": {
+ "navigationBarTitleText": "TabBar测试"
+ }
+ },
+ {
+ "path": "pages/test/homepage-test",
+ "style": {
+ "navigationBarTitleText": "首页内容测试"
+ }
+ },
+ {
+ "path": "pages/test/tabbar-user-type-test",
+ "style": {
+ "navigationBarTitleText": "TabBar用户类型测试"
+ }
+ },
+ {
+ "path": "pages/test/company-search-test",
+ "style": {
+ "navigationBarTitleText": "企业搜索功能测试"
+ }
+ },
+ {
+ "path": "pages/test/company-mine-test",
+ "style": {
+ "navigationBarTitleText": "企业我的页面测试"
+ }
+ },
+ {
+ "path": "pages/job/publishJob",
+ "style": {
+ "navigationBarTitleText": "发布岗位"
+ }
+ },
+ {
+ "path": "pages/job/companySearch",
+ "style": {
+ "navigationBarTitleText": "选择企业",
+ "disableScroll": false,
+ "enablePullDownRefresh": false,
+ "backgroundColor": "#f5f5f5"
+ }
+ },
+ {
+ "path": "pages/chat/chat",
+ "style": {
+ "navigationBarTitleText": "AI+",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#4778EC",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/search/search",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ },
+ {
+ "path": "pages/mine/company-mine",
+ "style": {
+ "navigationBarTitleText": "我的",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/mine/company-info",
+ "style": {
+ "navigationBarTitleText": "企业信息",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/mine/edit-company-contacts",
+ "style": {
+ "navigationBarTitleText": "编辑联系人",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ }
],
"subpackages": [
- {
- "root": "packageA",
- "pages": [
- {
- "path": "pages/addWorkExperience/addWorkExperience",
- "style": {
- "navigationBarTitleText": "添加工作经历",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "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": "单位详情"
- }
- },
- {
- "path": "pages/exhibitors/exhibitors",
- "style": {
- "navigationBarTitleText": "参展单位",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/myResume/myResume",
- "style": {
- "navigationBarTitleText": "我的简历",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/Intendedposition/Intendedposition",
- "style": {
- "navigationBarTitleText": "投递记录",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/collection/collection",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/browseJob/browseJob",
- "style": {
- "navigationBarTitleText": "我的浏览",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/addPosition/addPosition",
- "style": {
- "navigationBarTitleText": "添加岗位",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/selectDate/selectDate",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/personalInfo/personalInfo",
- "style": {
- "navigationBarTitleText": "个人信息",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/jobExpect/jobExpect",
- "style": {
- "navigationBarTitleText": "求职期望",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "pages/reservation/reservation",
- "style": {
- "navigationBarTitleText": "我的预约",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/choicenessList/choicenessList",
- "style": {
- "navigationBarTitleText": "精选企业",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/newJobPosition/newJobPosition",
- "style": {
- "navigationBarTitleText": "新职位推荐",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/systemNotification/systemNotification",
- "style": {
- "navigationBarTitleText": "系统通知",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/tiktok/tiktok",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/moreJobs/moreJobs",
- "style": {
- "navigationBarTitleText": "更多岗位",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/collection/compare",
- "style": {
- "navigationBarTitleText": " 岗位对比",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/myResume/corporateInformation",
- "style": {
- "navigationBarTitleText": " 企业详情",
- "navigationBarTitleTextSize": "30rpx",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }
- ]
- },
- {
- "root": "packageB",
- "pages": [
- {
- // 企业参与的招聘会详情
- "path": "jobFair/detailCom",
- "style": {
- "navigationBarTitleText": "招聘会详情",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- // 个人参与的招聘会详情
- "path": "jobFair/detailPerson",
- "style": {
- "navigationBarTitleText": "招聘会详情",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "train/index",
- "style": {
- "navigationBarTitleText": "技能评价",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "train/practice/startPracticing",
- "style": {
- "navigationBarTitleText": "专项训练",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "train/video/videoList",
- "style": {
- "navigationBarTitleText": "视频学习",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "train/video/videoDetail",
- "style": {
- "navigationBarTitleText": "视频详情",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "train/mockExam/examList",
- "style": {
- "navigationBarTitleText": "考试列表",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "train/mockExam/startExam",
- "style": {
- "navigationBarTitleText": "模拟考试",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "train/mockExam/viewGrades",
- "style": {
- "navigationBarTitleText": "查看成绩",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "priority/helpFilter",
- "style": {
- "navigationBarTitleText": "筛选和帮扶",
- "navigationBarTitleTextSize": "30rpx"
- }
- },
- {
- "path": "priority/helpFollow",
- "style": {
- "navigationBarTitleText": "跟进",
- "navigationBarTitleTextSize": "30rpx"
- }
- }
- ]
- },
- {
- "root": "packageRc",
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "高校毕业生智慧就业"
- }
- },
- {
- "path": "pages/personalList/personalList",
- "style": {
- "navigationBarTitleText": "毕业生追踪"
- }
- },
- {
- "path": "pages/jobList/jobList",
- "style": {
- "navigationBarTitleText": "岗位列表"
- }
- },
- {
- "path": "pages/daiban/daiban",
- "style": {
- "navigationBarTitleText": "待办任务"
- }
- },
- {
- "path": "pages/daiban/daibandetail",
- "style": {
- "navigationBarTitleText": "待办详情"
- }
- },
- {
- "path": "pages/demand/demandail",
- "style": {
- "navigationBarTitleText": "新增需求"
- }
- } , {
- "path": "pages/daiban/addbangfu",
- "style": {
- "navigationBarTitleText": "添加帮扶"
- }
- } , {
- "path": "pages/service/serviceDetail",
- "style": {
- "navigationBarTitleText": "服务"
- }
- } , {
- "path": "pages/service/serviceTraceability",
- "style": {
- "navigationBarTitleText": "服务追溯"
- }
- } , {
- "path": "pages/needs/needDetail",
- "style": {
- "navigationBarTitleText": "需求信息"
- }
- } , {
- "path": "pages/daiban/bangfuList",
- "style": {
- "navigationBarTitleText": "服务记录"
- }
- } , {
- "path": "pages/needs/personNeeds",
- "style": {
- "navigationBarTitleText": "需求上报"
- }
- } , {
- "path": "pages/needs/needsList",
- "style": {
- "navigationBarTitleText": "需求"
- }
- } , {
- "path": "pages/policy/policyList",
- "style": {
- "navigationBarTitleText": "政策专区"
- }
- } , {
- "path": "pages/policy/policyDetail",
- "style": {
- "navigationBarTitleText": "政策详解"
- }
- }
- ]
- },
- {
- "root": "packageCa",
- "pages": [
- {
- "path" : "search/search",
- "style" : {
- "navigationBarTitleText" : "生涯规划",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "job/index",
- "style": {
- "navigationBarTitleText": "职业库"
- }
- },
- {
- "path": "job/midList",
- "style": {
- "navigationBarTitleText": "职业库-中类"
- }
- },
- {
- "path": "job/smallList",
- "style": {
- "navigationBarTitleText": "职业库-小类"
- }
- },
- {
- "path": "job/details",
- "style": {
- "navigationBarTitleText": "职业详情"
- }
- },
- {
- "path": "userCenter/professionPath",
- "style": {
- "navigationBarTitleText": "职业路径",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "userCenter/personDocument",
- "style": {
- "navigationBarTitleText": "生涯档案",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "userCenter/careerCompass",
- "style": {
- "navigationBarTitleText": "生涯罗盘",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "userCenter/learningPlan",
- "style": {
- "navigationBarTitleText": "学业规划",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "userCenter/smartTarget",
- "style": {
- "navigationBarTitleText": "学业规划",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "userCenter/fillInInformation",
- "style": {
- "navigationBarTitleText": "完善个人信息"
- }
- },
- {
- "path": "pagesTest/testList",
- "style": {
- "navigationBarTitleText": "生涯测评",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pagesTest/customTestTitle",
- "style": {
- "navigationBarTitleText": "自定义测评",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pagesTest/interestTestTitle",
- "style": {
- "navigationBarTitleText": "职业兴趣测评",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pagesTest/workValuesTestTitle",
- "style": {
- "navigationBarTitleText": "工作价值观测评",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pagesTest/personalTestTitle",
- "style": {
- "navigationBarTitleText": "人格测评",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "testReport/workValuesTestReport",
- "style": {
- "navigationBarTitleText": "工作价值观测评报告",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "testReport/multipleAbilityTestReport",
- "style": {
- "navigationBarTitleText": "多元能力测评报告",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "testReport/generalCareerTestReport",
- "style": {
- "navigationBarTitleText": "通用职业能力测评报告",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "testReport/personalTestReport",
- "style": {
- "navigationBarTitleText": "人格测评报告",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "testReport/interestTestReport",
- "style": {
- "navigationBarTitleText": "职业兴趣测评报告",
- "navigationStyle": "custom"
- }
- }
+ {
+ "root": "packageA",
+ "pages": [
+ {
+ "path": "pages/addWorkExperience/addWorkExperience",
+ "style": {
+ "navigationBarTitleText": "添加工作经历",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "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": "单位详情"
+ }
+ },
+ {
+ "path": "pages/exhibitors/exhibitors",
+ "style": {
+ "navigationBarTitleText": "参展单位",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "pages/myResume/myResume",
+ "style": {
+ "navigationBarTitleText": "我的简历",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/Intendedposition/Intendedposition",
+ "style": {
+ "navigationBarTitleText": "投递记录",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/collection/collection",
+ "style": {
+ "navigationBarTitleText": "我的收藏",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/browseJob/browseJob",
+ "style": {
+ "navigationBarTitleText": "我的浏览",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/addPosition/addPosition",
+ "style": {
+ "navigationBarTitleText": "添加岗位",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/selectDate/selectDate",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ },
+ {
+ "path": "pages/personalInfo/personalInfo",
+ "style": {
+ "navigationBarTitleText": "个人信息",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/jobExpect/jobExpect",
+ "style": {
+ "navigationBarTitleText": "求职期望",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "pages/reservation/reservation",
+ "style": {
+ "navigationBarTitleText": "我的预约",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/choicenessList/choicenessList",
+ "style": {
+ "navigationBarTitleText": "精选企业",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/newJobPosition/newJobPosition",
+ "style": {
+ "navigationBarTitleText": "新职位推荐",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/systemNotification/systemNotification",
+ "style": {
+ "navigationBarTitleText": "系统通知",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/tiktok/tiktok",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/moreJobs/moreJobs",
+ "style": {
+ "navigationBarTitleText": "更多岗位",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/collection/compare",
+ "style": {
+ "navigationBarTitleText": " 岗位对比",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/myResume/corporateInformation",
+ "style": {
+ "navigationBarTitleText": " 企业详情",
+ "navigationBarTitleTextSize": "30rpx",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }
]
- }],
- // "tabBar": {
- // "custom": true,
- // "color": "#5E5F60",
- // "selectedColor": "#256BFA",
- // "borderStyle": "black",
- // "backgroundColor": "#ffffff",
- // "list": [{
- // "pagePath": "pages/index/index",
- // "iconPath": "static/tabbar/calendar.png",
- // "selectedIconPath": "static/tabbar/calendared.png",
- // "text": "职1"
- // },
- // {
- // "pagePath": "pages/careerfair/careerfair",
- // "iconPath": "static/tabbar/post.png",
- // "selectedIconPath": "static/tabbar/posted.png",
- // "text": "招聘会"
- // },
- // {
- // "pagePath": "pages/chat/chat",
- // "iconPath": "static/tabbar/logo3.png",
- // "selectedIconPath": "static/tabbar/logo3.png",
- // "text": "AI+"
- // },
- // {
- // "pagePath": "pages/msglog/msglog",
- // "iconPath": "static/tabbar/chat4.png",
- // "selectedIconPath": "static/tabbar/chat4ed.png",
- // "text": "消息"
- // },
- // {
- // "pagePath": "pages/mine/mine",
- // "iconPath": "static/tabbar/mine.png",
- // "selectedIconPath": "static/tabbar/mined.png",
- // "text": "我的"
- // }
- // ]
- // },
+ },
+ {
+ "root": "packageB",
+ "pages": [
+ {
+ // 企业参与的招聘会详情
+ "path": "jobFair/detailCom",
+ "style": {
+ "navigationBarTitleText": "招聘会详情",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ // 个人参与的招聘会详情
+ "path": "jobFair/detailPerson",
+ "style": {
+ "navigationBarTitleText": "招聘会详情",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "login",
+ "style": {
+ "navigationBarTitleText": "登录",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "train/index",
+ "style": {
+ "navigationBarTitleText": "技能评价",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "train/practice/startPracticing",
+ "style": {
+ "navigationBarTitleText": "专项训练",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "train/video/videoList",
+ "style": {
+ "navigationBarTitleText": "视频学习",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "train/video/videoDetail",
+ "style": {
+ "navigationBarTitleText": "视频详情",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "train/mockExam/examList",
+ "style": {
+ "navigationBarTitleText": "考试列表",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "train/mockExam/startExam",
+ "style": {
+ "navigationBarTitleText": "模拟考试",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "train/mockExam/viewGrades",
+ "style": {
+ "navigationBarTitleText": "查看成绩",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "priority/helpFilter",
+ "style": {
+ "navigationBarTitleText": "筛选和帮扶",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "priority/helpFollow",
+ "style": {
+ "navigationBarTitleText": "跟进",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ }
+ ]
+ },
+ {
+ "root": "packageRc",
+ "pages": [
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "高校毕业生智慧就业"
+ }
+ },
+ {
+ "path": "pages/personalList/personalList",
+ "style": {
+ "navigationBarTitleText": "毕业生追踪"
+ }
+ },
+ {
+ "path": "pages/jobList/jobList",
+ "style": {
+ "navigationBarTitleText": "岗位列表"
+ }
+ },
+ {
+ "path": "pages/daiban/daiban",
+ "style": {
+ "navigationBarTitleText": "待办任务"
+ }
+ },
+ {
+ "path": "pages/daiban/daibandetail",
+ "style": {
+ "navigationBarTitleText": "待办详情"
+ }
+ },
+ {
+ "path": "pages/demand/demandail",
+ "style": {
+ "navigationBarTitleText": "新增需求"
+ }
+ },
+ {
+ "path": "pages/daiban/addbangfu",
+ "style": {
+ "navigationBarTitleText": "添加帮扶"
+ }
+ },
+ {
+ "path": "pages/service/serviceDetail",
+ "style": {
+ "navigationBarTitleText": "服务"
+ }
+ },
+ {
+ "path": "pages/service/serviceTraceability",
+ "style": {
+ "navigationBarTitleText": "服务追溯"
+ }
+ },
+ {
+ "path": "pages/needs/needDetail",
+ "style": {
+ "navigationBarTitleText": "需求信息"
+ }
+ },
+ {
+ "path": "pages/daiban/bangfuList",
+ "style": {
+ "navigationBarTitleText": "服务记录"
+ }
+ },
+ {
+ "path": "pages/needs/personNeeds",
+ "style": {
+ "navigationBarTitleText": "需求上报"
+ }
+ },
+ {
+ "path": "pages/needs/needsList",
+ "style": {
+ "navigationBarTitleText": "需求"
+ }
+ },
+ {
+ "path": "pages/policy/policyList",
+ "style": {
+ "navigationBarTitleText": "政策专区"
+ }
+ },
+ {
+ "path": "pages/policy/policyDetail",
+ "style": {
+ "navigationBarTitleText": "政策详解"
+ }
+ }
+ ]
+ },
+ {
+ "root": "packageCa",
+ "pages": [
+ {
+ "path": "search/search",
+ "style": {
+ "navigationBarTitleText": "生涯规划",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "search/AIAudition",
+ "style": {
+ "navigationBarTitleText": "AI智能面试"
+ }
+ },
+ {
+ "path": "job/index",
+ "style": {
+ "navigationBarTitleText": "职业库"
+ }
+ },
+ {
+ "path": "job/midList",
+ "style": {
+ "navigationBarTitleText": "职业库-中类"
+ }
+ },
+ {
+ "path": "job/smallList",
+ "style": {
+ "navigationBarTitleText": "职业库-小类"
+ }
+ },
+ {
+ "path": "job/details",
+ "style": {
+ "navigationBarTitleText": "职业详情"
+ }
+ },
+ {
+ "path": "userCenter/professionPath",
+ "style": {
+ "navigationBarTitleText": "职业路径",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "userCenter/personDocument",
+ "style": {
+ "navigationBarTitleText": "生涯档案",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "userCenter/careerCompass",
+ "style": {
+ "navigationBarTitleText": "生涯罗盘",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "userCenter/learningPlan",
+ "style": {
+ "navigationBarTitleText": "学业规划",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "userCenter/smartTarget",
+ "style": {
+ "navigationBarTitleText": "学业规划",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "userCenter/fillInInformation",
+ "style": {
+ "navigationBarTitleText": "完善个人信息"
+ }
+ },
+ {
+ "path": "pagesTest/testList",
+ "style": {
+ "navigationBarTitleText": "生涯测评",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pagesTest/customTestTitle",
+ "style": {
+ "navigationBarTitleText": "自定义测评",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pagesTest/interestTestTitle",
+ "style": {
+ "navigationBarTitleText": "职业兴趣测评",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pagesTest/workValuesTestTitle",
+ "style": {
+ "navigationBarTitleText": "工作价值观测评",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pagesTest/personalTestTitle",
+ "style": {
+ "navigationBarTitleText": "人格测评",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "testReport/workValuesTestReport",
+ "style": {
+ "navigationBarTitleText": "工作价值观测评报告",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "testReport/multipleAbilityTestReport",
+ "style": {
+ "navigationBarTitleText": "多元能力测评报告",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "testReport/generalCareerTestReport",
+ "style": {
+ "navigationBarTitleText": "通用职业能力测评报告",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "testReport/personalTestReport",
+ "style": {
+ "navigationBarTitleText": "人格测评报告",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "testReport/interestTestReport",
+ "style": {
+ "navigationBarTitleText": "职业兴趣测评报告",
+ "navigationStyle": "custom"
+ }
+ }
+ ]
+ }
+ ],
"globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationBarTitleTextSize": "18px"
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8",
+ "navigationBarTitleTextSize": "18px"
},
"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",
- "^CustomTabBar$": "@/components/CustomTabBar/CustomTabBar.vue"
- }
+ "autoscan": true,
+ "custom": {
+ "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
+ "^time-picker$": "@dcloudio/uni-ui/lib/uni-datetime-picker/time-picker.vue",
+ "^TimePicker$": "@dcloudio/uni-ui/lib/uni-datetime-picker/time-picker.vue",
+ "^Calendar$": "@dcloudio/uni-ui/lib/uni-datetime-picker/calendar.vue",
+ "^calendar-item$": "@dcloudio/uni-ui/lib/uni-datetime-picker/calendar-item.vue",
+ "^CalendarItem$": "@dcloudio/uni-ui/lib/uni-datetime-picker/calendar-item.vue",
+ "^table-checkbox$": "@dcloudio/uni-ui/lib/uni-tr/table-checkbox.vue",
+ "^TableCheckbox$": "@dcloudio/uni-ui/lib/uni-tr/table-checkbox.vue",
+ "^filter-dropdown$": "@dcloudio/uni-ui/lib/uni-th/filter-dropdown.vue",
+ "^FilterDropdown$": "@dcloudio/uni-ui/lib/uni-th/filter-dropdown.vue",
+ "^uni-status-bar$": "@dcloudio/uni-ui/lib/uni-nav-bar/uni-status-bar.vue",
+ "^upload-image$": "@dcloudio/uni-ui/lib/uni-file-picker/upload-image.vue",
+ "^UploadImage$": "@dcloudio/uni-ui/lib/uni-file-picker/upload-image.vue",
+ "^upload-file$": "@dcloudio/uni-ui/lib/uni-file-picker/upload-file.vue",
+ "^UploadFile$": "@dcloudio/uni-ui/lib/uni-file-picker/upload-file.vue",
+ "^IconfontIcon$": "@/components/IconfontIcon/IconfontIcon.vue",
+ "^WxAuthLogin$": "@/components/wxAuthLogin/WxAuthLogin.vue",
+ "^AppLayout$": "@/components/AppLayout/AppLayout.vue",
+ "^CustomTabBar$": "@/components/CustomTabBar/CustomTabBar.vue",
+ "^UserTypeSwitcher$": "@/components/UserTypeSwitcher/UserTypeSwitcher.vue",
+ "^CollapseTransition$": "@/components/CollapseTransition/CollapseTransition.vue",
+ "^NoBouncePage$": "@/components/NoBouncePage/NoBouncePage.vue",
+ "^TikTok$": "@/components/TikTok/TikTok.vue",
+ "^MsgTips$": "@/components/MsgTips/MsgTips.vue",
+ "^exitPopup$": "@/packageRc/components/exitPopup.vue",
+ "^ImageUpload$": "@/packageRc/components/ImageUpload.vue",
+ "^placePicker$": "@/packageRc/components/placePicker.vue",
+ "^PlacePicker$": "@/packageRc/components/placePicker.vue",
+ "^PopupLists$": "@/packageRc/components/PopupLists.vue",
+ "^PopupList$": "@/packageRc/components/PopupLists.vue",
+ "^popupList$": "@/packageRc/components/PopupLists.vue",
+ "^DealDone$": "@/packageRc/pages/needs/dealDone.vue",
+ "^ChoosePerson$": "@/packageRc/pages/needs/components/choosePerson.vue",
+ "^choosePerson$": "@/packageRc/pages/needs/components/choosePerson.vue",
+ "^choose-person$": "@/packageRc/pages/needs/components/choosePerson.vue",
+ "^contrastBox$": "@/packageCa/testReport/components/contrastBox.vue",
+ "^testHead$": "@/packageCa/testReport/components/testHead.vue",
+ "^jobService$": "@/packageRc/pages/needs/components/jobService.vue",
+ "^entrepreneurshipService$": "@/packageRc/pages/needs/components/entrepreneurshipService.vue",
+ "^trainService$": "@/packageRc/pages/needs/components/trainService.vue",
+ "^otherService$": "@/packageRc/pages/needs/components/otherService.vue",
+ "^investigate$": "@/packageRc/pages/service/components/investigate.vue",
+ "^policyConsultation$": "@/packageRc/pages/service/components/policyConsultation.vue",
+ "^jobRecommend$": "@/packageRc/pages/service/components/jobRecommend.vue",
+ "^skillTrain$": "@/packageRc/pages/service/components/skillTrain.vue",
+ "^jobTrack$": "@/packageRc/pages/service/components/jobTrack.vue",
+ "^positionChooser$": "@/packageRc/pages/service/components/positionChooser.vue",
+ "^(?!u-|uni-|el-|req-comp|template|transition|enterprise-list-pop|handler-data|time-picker|TimePicker|Calendar|calendar-item|CalendarItem|table-checkbox|TableCheckbox|filter-dropdown|FilterDropdown|uni-status-bar|upload-image|UploadImage|upload-file|UploadFile|view|text|image|button|input|textarea|picker|scroll-view|swiper|map|canvas|video|audio|cover-view|cover-image|navigator|rich-text|progress|checkbox|radio|switch|slider|form|label|picker-view|movable-view|movable-area|web-view|ad|official-account|open-data|editor|live-player|live-pusher|functional-page-navigator|match-media|page-meta|navigation-bar|keyboard-accessory|page-container|uni-app|block|component|slot|keep-alive|router-view|router-link)([a-zA-Z][a-zA-Z0-9-]*)$": "@/components/$1/$1.vue"
+ }
},
"uniIdRouter": {}
-}
+ }
+
\ No newline at end of file
diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue
index 2c57a89..4ff85d8 100644
--- a/pages/index/components/index-one.vue
+++ b/pages/index/components/index-one.vue
@@ -112,11 +112,11 @@
素质测评
-
+
- AI智能面试
+ 虚拟面试
@@ -1078,6 +1078,14 @@ function goCa(){
navTo(`/packageCa/search/search?userId=${userInfo.userId}&name=${userInfo.name}`);
}
}
+// 跳转AI智能面试
+function goAiAu(){
+ if (checkLogin()) {
+ const userInfo = uni.getStorageSync('userInfo')
+ navTo(`/packageCa/search/AIAudition?userId=${userInfo.userId}&name=${userInfo.name}`);
+ }
+}
+
defineExpose({ loadData });
diff --git a/test-contact-fields.js b/test-contact-fields.js
deleted file mode 100644
index 0519ecb..0000000
--- a/test-contact-fields.js
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/test-delete-contact.js b/test-delete-contact.js
deleted file mode 100644
index 0519ecb..0000000
--- a/test-delete-contact.js
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/test-dict-format.js b/test-dict-format.js
deleted file mode 100644
index 0519ecb..0000000
--- a/test-dict-format.js
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/test-dictstore-fix.js b/test-dictstore-fix.js
deleted file mode 100644
index 0519ecb..0000000
--- a/test-dictstore-fix.js
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/test-enterprise-type-picker.js b/test-enterprise-type-picker.js
deleted file mode 100644
index 0519ecb..0000000
--- a/test-enterprise-type-picker.js
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json
index 259a170..e60b9e0 100644
--- a/unpackage/dist/dev/mp-weixin/project.config.json
+++ b/unpackage/dist/dev/mp-weixin/project.config.json
@@ -13,7 +13,7 @@
},
"compileType": "miniprogram",
"libVersion": "3.5.7",
- "appid": "wx9d1cbc11c8c40ba7",
+ "appid": "wx4aa34488b965a331",
"projectname": "qingdao-employment-service",
"condition": {
"search": {
diff --git a/utilCa/config.js b/utilCa/config.js
index b02c0ce..299c8ae 100644
--- a/utilCa/config.js
+++ b/utilCa/config.js
@@ -9,6 +9,7 @@ let baseUrl7 = ""
let baseUrl8 = ""
let filestore_site = "";
// #ifdef MP-WEIXIN
+// 编译项目,因为使用插件lime-echart,echart文件过大,需要非压缩代码方式编译,不然会很慢,发布的时候才压缩代码方式编译
if (wx.getAccountInfoSync().miniProgram.envVersion === 'develop') {
baseUrl = 'http://dev.51xuanxiao.com:8005/api' // 开发环境
baseUrl3 = 'http://dev.51xuanxiao.com:8007/api' // 职业环境