Web拨打电话 方式一:方式二: 方式一: 通过a标签实现,如下代码: <a :href="'tel:' + item.linkphone">{{ item.linkphone }}</a> 方式二: 通过window.location.href 实现,如下代码: window.location.href = `tel:${phone}`