forked from verdnatura/salix-front
fix: refs #6896 fixed OrderList path
This commit is contained in:
parent
44edccb905
commit
0436dbae51
|
@ -37,7 +37,7 @@ export default {
|
||||||
title: 'orderCreate',
|
title: 'orderCreate',
|
||||||
icon: 'add',
|
icon: 'add',
|
||||||
},
|
},
|
||||||
component: () => import('src/pages/Order/Card/OrderList.vue'),
|
component: () => import('src/pages/Order/OrderList.vue'),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue