refs #5989 btn redirection #69

Merged
alexm merged 19 commits from 5989-redirectSalix into dev 2023-08-09 10:39:54 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit af36a5bfdd - Show all commits

View File

@ -33,10 +33,6 @@ function viewSummary(id) {
}, },
}); });
} }
function redirect() {
window.location.href = 'https://salix.verdnatura.es/#!/claim/index';
}
</script> </script>
<template> <template>
@ -61,7 +57,6 @@ function redirect() {
{{ t('globals.collapseMenu') }} {{ t('globals.collapseMenu') }}
</QTooltip> </QTooltip>
</QBtn> </QBtn>
<QBtn @click="redirect()" icon="open_in_new" label="Ir a SALIX"></QBtn>
</div> </div>
</Teleport> </Teleport>
</template> </template>