Compare commits

..

No commits in common. "a21ced6fcac18c80e5d8dd9af83fbb828f18f139" and "d433a99e10edce41cf052197dbbf8f90ddf7cf01" have entirely different histories.

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-products',
to: 'admin-medicines',
},
{

View File

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