feat: add dms menu

This commit is contained in:
Methapon2001 2024-08-14 19:53:23 +07:00
parent 78efbb2890
commit 079b70abdd
2 changed files with 6 additions and 1 deletions

View file

@ -47,7 +47,7 @@ const routes: RouteRecordRaw[] = [
component: () => import('pages/05_quotation/MainPage.vue'),
},
{
path: '/edm',
path: '/document-management',
name: 'document-management',
component: () => import('pages/06_edm/MainPage.vue'),
},