vue-router实现单页面怎么跳转到加载写好的.vue文件

2025-05-21 11:39:34
推荐回答(1个)
回答1:

this.$router.go({
name: '所需加载的页面',
params: {
type: ''
}
});