Commit 6711cb18 by liaoxing

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs into settle-test-20230110
parents 6b6ae8fb 11b95de5
...@@ -83,10 +83,12 @@ const Business = [ ...@@ -83,10 +83,12 @@ const Business = [
{ path: 'infbcd', component: () => import('~/business/infbcd/views'), name: 'infbcd', meta: { title: '进口代收入口交易' }}, { path: 'infbcd', component: () => import('~/business/infbcd/views'), name: 'infbcd', meta: { title: '进口代收入口交易' }},
{ path: 'bctacc', component: () => import('~/business/bctacc/views'), name: 'bctacc', meta: { title: '进口代收承兑' }}, { path: 'bctacc', component: () => import('~/business/bctacc/views'), name: 'bctacc', meta: { title: '进口代收承兑' }},
{ path: 'bctame', component: () => import('~/business/bctame/views'), name: 'bctame', meta: { title: '进口代收修改' }}, { path: 'bctame', component: () => import('~/business/bctame/views'), name: 'bctame', meta: { title: '进口代收修改' }},
// { path: 'bctcan', component: () => import('~/business/bctcan/views'), name: 'bctcan', meta: { title: '进口代收注销' }}, { path: 'bctcan', component: () => import('~/business/bctcan/views'), name: 'bctcan', meta: { title: '进口代收注销' }},
{ path: 'bctrad', component: () => import('~/business/bctrad/views'), name: 'bctrad', meta: { title: '进口代收二次收单' }}, { path: 'bctrad', component: () => import('~/business/bctrad/views'), name: 'bctrad', meta: { title: '进口代收二次收单' }},
{ path: 'infccd', component: () => import('~/business/infccd/views'), name: 'infccd', meta: { title: '光票托收入口交易' }}, { path: 'infccd', component: () => import('~/business/infccd/views'), name: 'infccd', meta: { title: '光票托收入口交易' }},
{ path: 'cctdav', component: () => import('~/business/cctdav/views'), name: 'cctdav', meta: { title: '光票托收开立' }}, { path: 'cctdav', component: () => import('~/business/cctdav/views'), name: 'cctdav', meta: { title: '光票托收开立' }},
{ path: 'cltdav', component: () => import('~/business/cltdav/views'), name: 'cltdav', meta: { title: '打包托收开立' }},
{ path: 'clttra', component: () => import('~/business/clttra/views'), name: 'clttra', meta: { title: '打包托收催收' }},
] ]
export default Business export default Business
\ 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