mounted(){
setTimeout(()=>{ import('./views/hello.js').then(()=>{ alert(123); //电脑网页能打印,移动端无法执行 }) //this.$router.push('/foo') },1000) },
相关分类