From 7ae6d8f340e4469cc31617390359dbd14179db05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=B3?= Date: Thu, 27 Nov 2025 19:10:42 +0800 Subject: [PATCH 01/17] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E8=81=8C?= =?UTF-8?q?=E4=B8=9A=E5=9B=BE=E8=B0=B1=E6=8E=A5=E5=8F=A3=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=92=8CappUserInfo=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apiRc/user/user.js | 2 +- pages/service/career-planning.vue | 210 ++++++++++++------- pages/service/components/CareerRecommend.vue | 69 +++--- utilsRc/config.js | 7 +- utilsRc/request.js | 3 + 5 files changed, 169 insertions(+), 122 deletions(-) diff --git a/apiRc/user/user.js b/apiRc/user/user.js index 7e43b26..2e956fc 100644 --- a/apiRc/user/user.js +++ b/apiRc/user/user.js @@ -10,6 +10,6 @@ export function appUserInfo() { return request({ url: '/app/user/appUserInfo', method: 'get', - baseUrlType: 'user' // 使用用户接口专用baseUrl + baseUrlType: 'appUserInfo' // 使用appUserInfo接口专用baseUrl }) } diff --git a/pages/service/career-planning.vue b/pages/service/career-planning.vue index 89a48c5..b87aaae 100644 --- a/pages/service/career-planning.vue +++ b/pages/service/career-planning.vue @@ -67,7 +67,6 @@ diff --git a/pages/nearby/components/three.vue b/pages/nearby/components/three.vue index 8355421..1126a62 100644 --- a/pages/nearby/components/three.vue +++ b/pages/nearby/components/three.vue @@ -1,5 +1,5 @@ + + \ No newline at end of file From fa7749da9d50d51a9c758a088c0f908fc21607fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=B3?= Date: Fri, 5 Dec 2025 17:02:44 +0800 Subject: [PATCH 15/17] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20appUserInfo?= =?UTF-8?q?=20=E5=AE=8C=E6=95=B4=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apiRc/user/user.js | 2 +- config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apiRc/user/user.js b/apiRc/user/user.js index 0599c98..a40ac31 100644 --- a/apiRc/user/user.js +++ b/apiRc/user/user.js @@ -8,7 +8,7 @@ import request from '@/utilsRc/request' // 获取用户信息(职业规划推荐用) export function appUserInfo() { return request({ - fullUrl: 'http://ks.zhaopinzao8dian.com/api/ks/app/user/appUserInfo', + fullUrl: 'http://222.80.110.161:11111/api/ks/app/user/appUserInfo', method: 'get' }) } diff --git a/config.js b/config.js index 761f865..a819393 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ export default { // baseUrl: 'http://39.98.44.136:8080', // 测试 - baseUrl: 'http://ks.zhaopinzao8dian.com/api/ks', // 测试 + baseUrl: 'http://222.80.110.161:11111/api/ks', // 测试 // baseUrl: 'http://ks.zhaopinzao8dian.com/api/ks', // 测试 LCBaseUrl:'http://10.110.145.145:9100',//招聘、培训、帮扶 From c4f7d6d998acc736132054ef3295a1f68c43d437 Mon Sep 17 00:00:00 2001 From: francis_fh <13935151924@163.com> Date: Fri, 5 Dec 2025 17:06:22 +0800 Subject: [PATCH 16/17] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/components/index-one.vue | 7 +------ pages/service/guidance.vue | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue index 955c313..3be61c3 100644 --- a/pages/index/components/index-one.vue +++ b/pages/index/components/index-one.vue @@ -95,12 +95,7 @@ 服务指导 - // - // - // - // - // 事业单位招录 - // + diff --git a/pages/service/guidance.vue b/pages/service/guidance.vue index 0c2cb7e..a9ba2f3 100644 --- a/pages/service/guidance.vue +++ b/pages/service/guidance.vue @@ -157,7 +157,7 @@ 在职位详情页面点击右上角的收藏按钮,即可将职位添加到收藏夹。 - + From bc48d7fff082dec23f1f0ecb50f018faef236425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=B3?= Date: Fri, 5 Dec 2025 17:59:37 +0800 Subject: [PATCH 17/17] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/service/career-planning.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pages/service/career-planning.vue b/pages/service/career-planning.vue index 264b96f..f9bcdb3 100644 --- a/pages/service/career-planning.vue +++ b/pages/service/career-planning.vue @@ -64,7 +64,7 @@