Commit 60046d42 by wangren

进出口保函路由配置

parent 03b16d44
......@@ -115,13 +115,15 @@ import ExamRule from "./ExamRule";
import Gitsel from "./Gitsel"
import Gitset from "./Gitset"
import Gitcrq from "./Gitcrq"
// import Getsel from "./Getsel"
// import Getset from "./Getset"
// import Getcrq from "./Getcrq"
import Betdcr from "./Betdcr"
import Betdrv from "./Betdrv"
import Ditdav from "./Ditdav"
import Infpty from "./Infpty"
import Dbipty from "./Dbipty"
/**
* 带有name的才会被添加进顶部的标签页里
*/
......@@ -255,5 +257,9 @@ const BusRouter = [
{ path: 'betdcr', component: Betdcr, name: 'Betdcr', meta: { title: '出口信用证电提不符点/拒付' } },
{ path: 'betdrv', component: Betdrv, name: 'Betdrv', meta: { title: '出口信用证单据修改' } },
// { path: 'getset', component: Getset, name: 'Getset', meta: { title: 'Getset' } },
// { path: 'getsel', component: Getsel, name: 'Getsel', meta: { title: 'Getsel' } },
// { path: 'getcrq', component: Getcrq, name: 'Getcrq', meta: { title: 'Getcrq' } },
]
export default BusRouter
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