潘超林 1 päivä sitten
vanhempi
commit
3795283bdd
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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`,
             });
           }