0
0
Fork 0

fix: refs #6896 fixed OrderList path

This commit is contained in:
Jon Elias 2024-07-05 10:21:02 +02:00
parent 44edccb905
commit 0436dbae51
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default {
title: 'orderCreate',
icon: 'add',
},
component: () => import('src/pages/Order/Card/OrderList.vue'),
component: () => import('src/pages/Order/OrderList.vue'),
},
],
},