0
0
Fork 0

fix: refs #8524 parking section router

This commit is contained in:
Alex Moreno 2025-02-04 14:25:04 +01:00
parent 421970ba45
commit 217942dfd0
1 changed files with 2 additions and 4 deletions

View File

@ -44,6 +44,7 @@ const shelvingCard = {
path: ':id', path: ':id',
component: () => import('pages/Shelving/Card/ShelvingCard.vue'), component: () => import('pages/Shelving/Card/ShelvingCard.vue'),
redirect: { name: 'ShelvingSummary' }, redirect: { name: 'ShelvingSummary' },
meta: { menu: ['ShelvingBasicData', 'ShelvingLog'] },
children: [ children: [
{ {
name: 'ShelvingSummary', name: 'ShelvingSummary',
@ -81,13 +82,10 @@ export default {
title: 'shelving', title: 'shelving',
icon: 'vn:inventory', icon: 'vn:inventory',
moduleName: 'Shelving', moduleName: 'Shelving',
menu: ['ShelvingList', 'ParkingMain'],
}, },
component: RouterView, component: RouterView,
redirect: { name: 'ShelvingMain' }, redirect: { name: 'ShelvingMain' },
menus: {
main: ['ShelvingList', 'ParkingMain'],
card: ['ShelvingBasicData', 'ShelvingLog'],
},
children: [ children: [
{ {
path: '', path: '',