Skip to content

Commit bdb25c1

Browse files
committed
update layout
1 parent eae33dc commit bdb25c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/layouts/default.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ q-layout
1313
q-item-section(avatar)
1414
q-icon(name="mdi-account")
1515
q-tooltip.text-body2(anchor="center right" self="center left") Liste des identités
16-
q-item(@click="push('/account')" clickable)
16+
q-item(@click="push('/agents')" clickable)
1717
q-item-section(avatar)
1818
q-icon(name="mdi-card-account-details")
1919
q-tooltip.text-body2(anchor="center right" self="center left") Liste des agents
@@ -117,6 +117,10 @@ function logout() {
117117
router.push({ name: 'login' })
118118
}
119119
120+
function test() {
121+
console.log('test')
122+
}
123+
120124
</script>
121125

122126
<style>

0 commit comments

Comments
 (0)