แก้ไข path ใน config

This commit is contained in:
AnandaTon 2024-06-28 19:06:35 +07:00
parent c99fa4493c
commit 9ba58b4ba2

View file

@ -36,7 +36,7 @@ const generatePopupPath = (routeName: any) => {
return `${path}/manual/chapter-2-admin-metadata`;
}
if (routeName.includes("leave")) {
return `${path}/manual/chapter-3-user-leave`;
return `${path}/manual/chapter-4-user-leave`;
}
// if (routeName.includes("compete")) {
// return `${path}/manual/chapter-10-admin-recruit`;
@ -54,6 +54,7 @@ const generatePopupPath = (routeName: any) => {
const manualConfig = {
dashboard: `${path}/manual/chapter-1-user-organization-chart`,
leave: `${path}/manual/chapter-4-user-leave`,
};
export default {