[F] Fix link

This commit is contained in:
2025-10-27 18:55:45 +08:00
parent 51157cae08
commit e52ef61c8b
2 changed files with 29 additions and 1 deletions
+6
View File
@@ -33,6 +33,12 @@ const routes: Array<RouteRecordRaw> = [
meta: {title: '相册', nav: true},
component: () => import('../views/Photo.vue')
},
{
path: '/photo/:id',
name: 'Photo ID',
meta: {title: '相册', navBookmark: 'Photo'},
component: () => import('../views/Photo.vue')
},
{
path: '/others',
name: 'Others',