chore: refs #6818 drop useless code & comment
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
e29cd38ae9
commit
83be57a0c4
|
@ -9,7 +9,7 @@ const props = defineProps({
|
|||
const config = reactive({
|
||||
sip: { icon: 'phone', href: `sip:${props.phoneNumber}` },
|
||||
'say-simple': {
|
||||
icon: 'help', // 'whatsapp icon #6818',
|
||||
icon: 'help',
|
||||
href: null,
|
||||
channel: props.channel,
|
||||
},
|
||||
|
@ -20,8 +20,7 @@ onBeforeMount(async () => {
|
|||
let url;
|
||||
let { channel } = config[type];
|
||||
|
||||
if (type === 'sip') return;
|
||||
else if (type === 'say-simple') {
|
||||
if (type === 'say-simple') {
|
||||
url = (await axios.get('SaySimpleConfigs/findOne')).data.url;
|
||||
if (!channel)
|
||||
channel = (
|
||||
|
|
Loading…
Reference in New Issue