@@ -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')
}