Commit 0a4a44a2 by cl

cl bus

parent ebc26077
......@@ -67,6 +67,10 @@ import Infbcd from "./Infbcd"
import Bttcan from "./Bttcan"
import Bttacc from "./Bttacc"
import Cltdav from "./Cltdav"
import Cltset from "./Cltset"
import Clttra from "./Clttra"
/**
* 带有name的才会被添加进顶部的标签页里
*/
......@@ -141,5 +145,8 @@ const BusRouter = [
{ path: 'inffee', component: Inffee, name: 'Inffee', meta: { title: '费用管理' } },
{ path: 'infptm', component: Botset, name: 'Infptm', meta: { title: '客户BIC查询' } },
{path:'infbcd',component:Infbcd, name: 'Infbcd', meta: { title: '进口代收查询' } },
{ path: 'cltdav', component: Cltdav, name: 'Cltdav', meta: { title: '打包托收开立' } },
{ path: 'cltset', component: Cltset, name: 'Cltset', meta: { title: '打包托收解包' } },
{ path: 'clttra', component: Clttra, name: 'Clttra', meta: { title: '打包托收催收' } },
]
export default BusRouter
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment