Commit 3b0f29f8 by pantakan konthang

เพิ่ม path myLearn

parent 3ad57f67
...@@ -131,7 +131,7 @@ export class NavService implements OnDestroy { ...@@ -131,7 +131,7 @@ export class NavService implements OnDestroy {
{ path: '/admin/provinces', title: 'จัดการจังหวัด', type: 'link' }, { path: '/admin/provinces', title: 'จัดการจังหวัด', type: 'link' },
], ],
}, },
{ headTitle: 'MyPortal' }, { headTitle: 'MyPortal' },
{ {
icon: 'news bx-flip-horizontal', icon: 'news bx-flip-horizontal',
path: '/admin/portal-category-list', path: '/admin/portal-category-list',
...@@ -217,11 +217,11 @@ export class NavService implements OnDestroy { ...@@ -217,11 +217,11 @@ export class NavService implements OnDestroy {
} }
]; ];
} }
getMyportalMenu() { getMyportalMenu() {
return [ return [
// Myportal // Myportal
{ headTitle: 'MyPortal' }, { headTitle: 'MyPortal' },
{ {
icon: 'receipt', icon: 'receipt',
path: '/myportal/portal-category-list', path: '/myportal/portal-category-list',
...@@ -275,7 +275,17 @@ export class NavService implements OnDestroy { ...@@ -275,7 +275,17 @@ export class NavService implements OnDestroy {
getMylearnMenu() { getMylearnMenu() {
return [ return [
// Myportal // 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', icon: 'receipt',
path: '/mylearn/dashboard', 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