mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 06:42:52 +08:00
14 lines
274 B
JavaScript
14 lines
274 B
JavaScript
const billingDetail = () => import('@/views/ebiz/billingDetail/billingDetail')
|
|
|
|
|
|
export default [
|
|
{
|
|
path: '/billingDetail',
|
|
name: 'billingDetail',
|
|
component: billingDetail,
|
|
meta: {
|
|
title: '出单详情',
|
|
index: 1
|
|
}
|
|
}
|
|
] |