vue 页面跳转 一级 <router-view :key="$route.fullPath" /> 二级 watch: { $route(to, from) { if(to.path!==from.path) this.getDetailItem_init() }, },