From 5af082ac29c865a62821ee11569f7fd21db55d6b Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Sat, 3 Dec 2022 03:32:23 +0100 Subject: [PATCH] Img Home --- src/components/CBarSelection/CBarSelection.ts | 5 +++++ src/components/CBarSelection/CBarSelection.vue | 17 +++++++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/components/CBarSelection/CBarSelection.ts b/src/components/CBarSelection/CBarSelection.ts index bd1b8001..501b9591 100755 --- a/src/components/CBarSelection/CBarSelection.ts +++ b/src/components/CBarSelection/CBarSelection.ts @@ -248,6 +248,10 @@ export default defineComponent({ refresh() } + function toHome() { + $router.push('/') + } + function mounted() { optionsMainCards.value = tools.getoptionsMainCards(false) @@ -332,6 +336,7 @@ export default defineComponent({ tablesel, gotoPageSel, createNewRecordDialog, + toHome, } } }) diff --git a/src/components/CBarSelection/CBarSelection.vue b/src/components/CBarSelection/CBarSelection.vue index a4580e54..2cdd590b 100755 --- a/src/components/CBarSelection/CBarSelection.vue +++ b/src/components/CBarSelection/CBarSelection.vue @@ -18,6 +18,15 @@
+
+ + Immagine Logo + +