浏览代码

修复邀约页面刷新

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


正在加载...
取消
保存