提交 08092ef4 authored 作者: pengxiaohui's avatar pengxiaohui

fix: 修复加载组件大小写不识别问题

上级 6a4252e0
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
const routes = [ const routes = [
{ {
path: '/payment', path: '/payment',
component: () => import('@/components/layout/index.vue'), component: () => import('@/components/layout/Index.vue'),
children: [ children: [
{ {
path: '', path: '',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论