@@ -53,11 +53,11 @@ export const loginChat = (loginInfo) => {
// 页面跳转逻辑
if (link) {
if (type === "job") {
- uni.navigateTo({
+ uni.redirectTo({
url: `/TUIKit/components/TUIChat/index?companyUserId=${companyUserId}&recruitUserId=${recruitUserId}&postId=${postId}`,
});
} else {
url: `/TUIKit-${capitalize(type)}/components/TUIChat/index`,
}