init
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user