From 1bebc7b457a033257dc9d48dd84d3697694d1914 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Mon, 30 Jun 2025 17:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/job.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index 85466c8..cae4ebf 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -679,7 +679,7 @@ export default { if (!uni.getStorageSync("apply-token")) { console.log("apply-token"); uni.navigateTo({ - url: "/root/person/loginIndex?type=detail&id=" + options.id, + url: "/root/person/loginIndex?type=/root/detail/job&id=" + options.id, }); return; }