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 @@