修复路由配置,移除多余的闭合括号以确保路由定义的正确性。
This commit is contained in:
parent
6d1d22171a
commit
bda93351eb
@ -42,8 +42,6 @@ const routes = [
|
|||||||
path: '/email-alerts',
|
path: '/email-alerts',
|
||||||
name: 'email-alerts',
|
name: 'email-alerts',
|
||||||
component: () => import('@/views/email-alerts/index.vue'),
|
component: () => import('@/views/email-alerts/index.vue'),
|
||||||
},
|
|
||||||
];
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'press-releases',
|
path: 'press-releases',
|
||||||
|
Loading…
Reference in New Issue
Block a user