Merge branch 'dev' of ssh://git.codelfi.com:2202/telemedpro/hgh_admin into dev
This commit is contained in:
commit
526b3c7763
@ -49,7 +49,7 @@ export default [
|
||||
{
|
||||
title: 'Prodcuts',
|
||||
icon: { icon: 'ri-medicine-bottle-line' },
|
||||
to: 'admin-medicines',
|
||||
to: 'admin-products',
|
||||
},
|
||||
|
||||
{
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user