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) }