Parcourir la source

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

yangfeng il y a 11 mois
Parent
commit
334b87fd71
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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')
       }
     }
   }