无感处理墨册SAAS化加好友需求遗漏代码,等待后续上线通知
Some checks failed
Check / lint (push) Has been cancelled
Check / typecheck (push) Has been cancelled
Check / build (build, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build, 18.x, windows-latest) (push) Has been cancelled
Check / build (build:app, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build:app, 18.x, windows-latest) (push) Has been cancelled
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Has been cancelled

This commit is contained in:
wangyifeng 2025-06-30 14:07:18 +08:00
parent 6ae597c7f4
commit 82e14bb969

View File

@ -94,14 +94,14 @@ export function createApp() {
// 通讯录跳转 // 通讯录跳转
window.handleContacts = () => { window.handleContacts = () => {
// 旧版本-按组织架构树的通讯录 // 旧版本-按组织架构树的通讯录
// uni.navigateTo({ uni.navigateTo({
// url: '/pages/chooseByDeps/index?chooseMode=3&type=true' url: '/pages/chooseByDeps/index?chooseMode=3&type=true'
// }); });
// 新版本-按公司别、好友、群组的通讯录 // 新版本-按公司别、好友、群组的通讯录
uni.navigateTo({ // uni.navigateTo({
url: '/pages/addressBook/index?type=true', // url: '/pages/addressBook/index?type=true',
}) // })
} }
//处理OA、墨册强制刷新时聊天同步强制刷新 //处理OA、墨册强制刷新时聊天同步强制刷新