0
0
Fork 0

fix: redirect

This commit is contained in:
Javier Segarra 2024-04-29 11:46:40 +02:00
parent 0fff6cd446
commit 761bc7724f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export default {
moduleName: 'ItemType',
},
component: RouterView,
redirect: { name: 'ItemTypeCard' },
redirect: { name: 'ItemTypeList' },
menus: {
main: [],
card: ['ItemTypeBasicData'],