chore: refs #6818 drop useless code & comment
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-11-12 15:01:17 +01:00
parent e29cd38ae9
commit 83be57a0c4
1 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ const props = defineProps({
const config = reactive({ const config = reactive({
sip: { icon: 'phone', href: `sip:${props.phoneNumber}` }, sip: { icon: 'phone', href: `sip:${props.phoneNumber}` },
'say-simple': { 'say-simple': {
icon: 'help', // 'whatsapp icon #6818', icon: 'help',
href: null, href: null,
channel: props.channel, channel: props.channel,
}, },
@ -20,8 +20,7 @@ onBeforeMount(async () => {
let url; let url;
let { channel } = config[type]; let { channel } = config[type];
if (type === 'sip') return; if (type === 'say-simple') {
else if (type === 'say-simple') {
url = (await axios.get('SaySimpleConfigs/findOne')).data.url; url = (await axios.get('SaySimpleConfigs/findOne')).data.url;
if (!channel) if (!channel)
channel = ( channel = (