- Modifiche a ProductInfo... Continua

This commit is contained in:
Surya Paolo
2025-08-29 23:34:37 +02:00
parent 5d8e38fea6
commit 4f4297ca21
77 changed files with 3830 additions and 1281 deletions

View File

@@ -291,7 +291,7 @@ function getRoutesEcomm(site: ISites) {
path: '/product/:idprod/:cosa',
materialIcon: 'event',
name: 'otherpages.product',
component: () => import('@src/views/ecommerce/productInfo/productInfo.vue'),
component: () => import('app/src/views/ecommerce/productView/productView.vue'),
inmenu: false,
infooter: false
},