在router.js中加入: 1routes: [...], 2scrollBehavior (to, from, savedPosition) { 3 return { x: 0, y: 0 } 4}