You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught Error: A route named "Redirect" has been added as a child of a route with the same name. Route names must be unique and a nested route cannot use the same name as an ancestor.
The text was updated successfully, but these errors were encountered:
Please modify the src/router/index.ts file to change the "redirect" child's path name to another name, such as "redirect-child" or any name you prefer.
// src/router/index.ts
....{path: '/redirect',component: Layout,name: 'Redirect',children: [{path: '/redirect/:path(.*)',name: 'Redirect-child',// change this to another namecomponent: ()=>import('@/views/Redirect/Redirect.vue'),meta: {}}], ....},
?what fuck?Is this a high-quality open source project without testing the submitted code for such obvious bugs?
这么明显的bug都有项目都跑不起来,提交代码不先测试吗,这是高质量开源项目吗?
Uncaught Error: A route named "Redirect" has been added as a child of a route with the same name. Route names must be unique and a nested route cannot use the same name as an ancestor.
The text was updated successfully, but these errors were encountered: