潘超林 1 dag sedan
förälder
incheckning
3795283bdd
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      loginChat.ts

+ 2 - 2
loginChat.ts

@@ -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 {
-            uni.navigateTo({
+            uni.redirectTo({
               url: `/TUIKit-${capitalize(type)}/components/TUIChat/index`,
             });
           }