Commit 3b0f29f8 by pantakan konthang

เพิ่ม path myLearn

parent 3ad57f67
......@@ -131,7 +131,7 @@ export class NavService implements OnDestroy {
{ path: '/admin/provinces', title: 'จัดการจังหวัด', type: 'link' },
],
},
{ headTitle: 'MyPortal' },
{ headTitle: 'MyPortal' },
{
icon: 'news bx-flip-horizontal',
path: '/admin/portal-category-list',
......@@ -217,11 +217,11 @@ export class NavService implements OnDestroy {
}
];
}
getMyportalMenu() {
return [
// Myportal
{ headTitle: 'MyPortal' },
{ headTitle: 'MyPortal' },
{
icon: 'receipt',
path: '/myportal/portal-category-list',
......@@ -275,7 +275,17 @@ export class NavService implements OnDestroy {
getMylearnMenu() {
return [
// Myportal
{ headTitle: 'Mylearn' },
{ headTitle: 'Mylearn' },
{
// icon: 'receipt',
// path: '/mylearn/dashboard',
// title: 'dashboard',
// type: 'link',
icon: 'news bx-flip-horizontal',
path: '/mylearn/mylearn-pdpa-manage',
title: 'จัดการ PDPA',
type: 'link',
},
{
icon: 'receipt',
path: '/mylearn/dashboard',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment