task#15638,增加上传发票接口

This commit is contained in:
2024-11-01 11:15:20 +08:00
parent 432be97178
commit 8aafdc9bff
5 changed files with 30 additions and 4 deletions

View File

@ -0,0 +1,11 @@
const invoiceRouter = [
{
path: '/invoiceIndex',
name: 'invoiceIndex',
component: () => import('@/views/invoice/invoiceIndex'),
meta:{
title: '道路救援',
}
},
]
export default invoiceRouter