소스 검색

fix:未登录tabbar首页跳转地址

yangfeng 11 달 전
부모
커밋
334b87fd71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/mobile/src/components/no-login/NoLoginTabbar.vue

+ 1 - 1
apps/mobile/src/components/no-login/NoLoginTabbar.vue

@@ -151,7 +151,7 @@ export default {
       } else if(key === 'me') {
         window.location.href = '/jyapp/free/login?url=/jyapp/free/me'
       } else if(key === 'home') {
-        window.location.replace('/')
+        window.location.replace('/jyapp/jylab/mainSearch')
       }
     }
   }