Skip to content

Commit

Permalink
fix: 修复路由名称解析问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hesetiema committed May 7, 2024
1 parent df5d81a commit fd0d9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const routes: RouteRecordRaw[] = [
children: [
{
path: 'index',
name: 'index',
name: 'base-form-index',
component: () => import('@/views/admin/FormBase.vue')
},
{
Expand Down

0 comments on commit fd0d9e1

Please sign in to comment.