king
2019-07-16 68ba2dfa35789cda9908fc0bc65336dde17a0d29
src/views/home/index.vue
@@ -28,8 +28,8 @@
         }
      },
      watch:{ //监听路由
         $route(to,from){
            if(to.path == '/postDetails'){
         $route(to, from) {
            if (to.path === '/postDetails') {
               this.isShow = false
            }
         }