From df080b6b646512b7368e40fbb3c5402309542a7d Mon Sep 17 00:00:00 2001 From: yuan Date: Wed, 10 Jan 2024 17:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=82=80=E7=BA=A6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index f43cfca..1df4989 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -64,8 +64,8 @@ function init() { registerRouterBackListener((to, from) => { - if ((from.url === "/pages/contact-new/notifications" && to.url === "/pages/index/notifications") - || (from.url === "/pages/contact-edit/notifications" && to.url === "/pages/index/notifications") + if ((from.url === "/pages/contact-new/index" && to.url === "/pages/index/index") + || (from.url === "/pages/contact-edit/index" && to.url === "/pages/index/index") ) { generateContactGroupList(contacts.allContacts) }