app.vue structure: 
 < Header/ > 
 < router-view/ > 
 < Footer/ > 
 hide footer after jumping from the home page"/ "jump to details page" / detail" 
. 
other pages, such as the home page, have footer, details pages but no footer.
 condition: vue-cli from the project 
 currently used vue components + vueRouter, 
 without vuex, can you complete this, solve. 
another: please don"t just write a router.beforeEach, please give me some detailed code, thank you
