合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
在router.js中配置 ~~~ export default new Router({ mode: 'history', base: process.env.BASE_URL, routes: [ { path: '/', name: 'home', component: Home }, ], //配置这个 scrollBehavior () { return { x: 0, y: 0 } } }); ~~~