提交 13c1a7c8 authored 作者: 王鹏飞's avatar 王鹏飞

支付记录引入layout

上级 3a37af3f
...@@ -2,11 +2,17 @@ ...@@ -2,11 +2,17 @@
const routes = [ const routes = [
{ {
path: '/payment', path: '/payment',
component: () => import('@/components/layout/index.vue'),
children: [
{
path: '',
component: () => import('./views/pc/List.vue') component: () => import('./views/pc/List.vue')
}, },
{ {
path: '/payment/invoice', path: 'invoice',
component: () => import('./views/pc/Invoice.vue') component: () => import('./views/pc/Invoice.vue')
}
]
}, },
{ {
path: '/h5/payment', path: '/h5/payment',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论