调试接口

This commit is contained in:
Vinjor 2025-09-17 15:37:04 +08:00
parent fbf4a45e73
commit 66521a0096

View File

@ -86,9 +86,18 @@ export default {
},
methods:{
async jump(row) {
let thirdAccount = ""
if("Tel"==row.thirdSoft){
thirdAccount=this.footerInfo.tel
}else if ("WhatsApp"==row.thirdSoft){
thirdAccount=this.footerInfo.whatsapp
}else if ("Email"==row.thirdSoft){
thirdAccount=this.footerInfo.email
}
let data = {
equipment: this.$store.state.device,
thirdSoft: row.thirdSoft,
thirdAccount: thirdAccount,
}
if (row.thirdSoft) {
try {