This commit is contained in:
2026-06-30 00:28:37 +02:00
parent 7a593fc204
commit b3d2654779
6 changed files with 608 additions and 741 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ const router = createRouter({
props: true,
children: [
{
path: 'channel/:channelId',
path: 'channel/:id(default|[0-9a-fA-F-]{36})',
name: 'server-channel',
component: () => import('@/pages/server/channel/index.vue'),
props: true,