Merge branch 'dev' of ssh://git.codelfi.com:2202/telemedpro/hgh_admin into dev

This commit is contained in:
nasir@endelospay.com 2024-06-12 03:57:39 +05:00
commit 526b3c7763
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ export default [
{
title: 'Prodcuts',
icon: { icon: 'ri-medicine-bottle-line' },
to: 'admin-medicines',
to: 'admin-products',
},
{

View File

@ -110,8 +110,8 @@ export const routes = [
},
{
path: '/admin/products',
name: 'admin-medicines',
component: () => import('@/pages/medicines/medicines.vue'),
name: 'admin-products',
component: () => import('@/pages/products/product.vue'),
},
{
path: '/admin/profile',