Commit b8c1458b authored by 华国豪's avatar 华国豪 🙄

no message

parent 942d564d
...@@ -53,6 +53,14 @@ export default { ...@@ -53,6 +53,14 @@ export default {
title: '财务打印页面' title: '财务打印页面'
}, },
}, },
{
path: '/confirmationOrder',
name: 'confirmationOrder',
component: resolve => require(['@/components/confirmationOrder'], resolve),
// meta: {
// keepAlive:true
// }
},
{ {
path: '/confirmationOrderDownLoad', path: '/confirmationOrderDownLoad',
name: 'confirmationOrderDownLoad', name: 'confirmationOrderDownLoad',
...@@ -3431,14 +3439,6 @@ export default { ...@@ -3431,14 +3439,6 @@ export default {
title: '领队报账' title: '领队报账'
} }
}, },
{
path: '/confirmationOrder2',
name: 'confirmationOrder2',
component: resolve => require(['@/components/confirmationOrder2'], resolve),
meta: {
title: '确认函'
},
},
{ {
path: '/supplierLogin',//供应商登录 path: '/supplierLogin',//供应商登录
name: 'supplierLogin', name: 'supplierLogin',
......
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