fix: prevent redirect from keycloak login when enter page
This commit is contained in:
parent
9f6121dbf1
commit
4bd5d11e01
1 changed files with 4 additions and 3 deletions
|
|
@ -83,7 +83,8 @@ import QuotationFormMetadata from './QuotationFormMetadata.vue';
|
|||
import BadgeComponent from 'src/components/BadgeComponent.vue';
|
||||
import PaymentForm from './PaymentForm.vue';
|
||||
import { api } from 'src/boot/axios';
|
||||
import { useRoute } from 'vue-router';
|
||||
import { RouterLink, useRoute } from 'vue-router';
|
||||
import router from 'src/router';
|
||||
|
||||
type Node = {
|
||||
[key: string]: any;
|
||||
|
|
@ -1053,9 +1054,9 @@ async function getInvoiceCodeFullPay() {
|
|||
|
||||
<header class="row q-px-md q-py-sm items-center full justify-between">
|
||||
<div stylviewe="flex: 1" class="row items-center">
|
||||
<a href="/quotation">
|
||||
<RouterLink to="/quotation">
|
||||
<q-img src="/icons/favicon-512x512.png" width="3rem" />
|
||||
</a>
|
||||
</RouterLink>
|
||||
<span class="column text-h6 text-bold q-ml-md">
|
||||
{{ $t('quotation.title') }}
|
||||
{{ code || quotationFormState.source?.code || '' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue