Преглед изворни кода

修复邀约页面刷新

tags/AL.0.8.0_20240113_base
yuan пре 1 година
родитељ
комит
df080b6b64
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      src/pages/index/index.vue

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


Loading…
Откажи
Сачувај