From cf3ed1bae2ca1aac3ceb967e95c701744037c07d Mon Sep 17 00:00:00 2001 From: xuchao <1151716571@qq.com> Date: Mon, 19 Jan 2026 10:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=B8=AE=E6=89=B6=E3=80=81?= =?UTF-8?q?=E6=8B=9B=E8=81=98=E4=BC=9A=E5=A4=9A=E4=BD=99=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/components/index-one.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue index 553fa9b..65b1709 100644 --- a/pages/index/components/index-one.vue +++ b/pages/index/components/index-one.vue @@ -864,17 +864,12 @@ const handleLiveClick = () => { const handleSalaryInfoClick = () => { navTo('/pages/service/salary-info'); }; -const handleJobFairClick = () => { - navTo('/pages/careerfair/careerfair'); -}; + const handleH5SalaryClick = () => { const salaryUrl = "https://www.mohrss.gov.cn/SYrlzyhshbzb/laodongguanxi_/fwyd/202506/t20250627_544623.html"; window.location.assign(salaryUrl); }; -// 处理帮扶 -const helpClick = () => { - navTo('/packageB/priority/helpFilter'); -}; + async function loadData() { try { if (isLoaded.value) return;