Browse Source

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

yangfeng 11 months ago
parent
commit
334b87fd71
1 changed files with 1 additions and 1 deletions
  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') {
       } else if(key === 'me') {
         window.location.href = '/jyapp/free/login?url=/jyapp/free/me'
         window.location.href = '/jyapp/free/login?url=/jyapp/free/me'
       } else if(key === 'home') {
       } else if(key === 'home') {
-        window.location.replace('/')
+        window.location.replace('/jyapp/jylab/mainSearch')
       }
       }
     }
     }
   }
   }