From 6612bed9a514b192e82fddf384171f3665007dec Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Mon, 30 Jun 2025 18:09:35 +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 +- root/person/loginIndex.vue | 729 +++++++++++++++++++++++---------------------- 2 files changed, 367 insertions(+), 364 deletions(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index cae4ebf..026e7ce 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=/root/detail/job&id=" + options.id, + url: "/root/person/loginIndex?type=detail&path=/root/detail/job&id="+ options.id, }); return; } diff --git a/root/person/loginIndex.vue b/root/person/loginIndex.vue index f6ff232..efe12ab 100644 --- a/root/person/loginIndex.vue +++ b/root/person/loginIndex.vue @@ -1,383 +1,386 @@