short share urls

This commit is contained in:
tim
2025-04-23 12:55:49 -04:00
parent 6f7388bb10
commit 441a514acc
8 changed files with 53 additions and 52 deletions

View File

@@ -16,7 +16,7 @@ const routes = [
},
{
name: 'Shared',
path: '/shared',
path: '/shared/:code',
component: ()=> import('@/components/chart/Shared.vue')
},
{