测试版本:vue: 2.6.12vue-router: 3.4.7 12345678910111213const routes = [ { path: '/home' component: Layout, children: [ { path: '/home', name: 'homeindex' component: () => import('@/views/home/index.vue') } ] }] 参考 https://stackoverflow.com/questions/58130594/vuerouter-default-child-route-without-trailing-slash#:~:text=VueRouter%20always%20adds%20a%20trailing%20slash%20before%20the,%27%3Aaid%27%2C%20component%3A%20HomeArticle%2C%20name%3A%20%27home.article%27%20%7D%20%5D%20%5D