Compare commits
2 Commits
d433a99e10
...
a21ced6fca
Author | SHA1 | Date | |
---|---|---|---|
|
a21ced6fca | ||
|
a861a06478 |
@ -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