ลบ consolog
This commit is contained in:
parent
ff3184881c
commit
3737cd2ec3
1 changed files with 0 additions and 3 deletions
|
|
@ -147,7 +147,6 @@ const path =
|
|||
"https://bma-ehr-manual.frappet.synology.me";
|
||||
|
||||
const generatePopupPath = (routeName: any) => {
|
||||
console.log("🚀 ~ generatePopupPath ~ routeName:", routeName);
|
||||
if (routeName.includes("metadata")) {
|
||||
return `${path}/manual/chapter-2-admin-metadata`;
|
||||
} else if (routeName.includes("registryNew")) {
|
||||
|
|
@ -162,7 +161,6 @@ const generatePopupPath = (routeName: any) => {
|
|||
return `${path}/manual/chapter-4-admin-acting`;
|
||||
} else if (routeName.includes("positionEmployee")) {
|
||||
return `${path}/manual/chapter-5-admin-position-employee`;
|
||||
|
||||
} else if (routeName == "retirement") {
|
||||
return `${path}/manual/chapter-11-admin-retirement`;
|
||||
} else if (routeName == "resign") {
|
||||
|
|
@ -175,7 +173,6 @@ const generatePopupPath = (routeName: any) => {
|
|||
return `${path}/manual/chapter-11-5-admin-retirement`;
|
||||
} else if (routeName == "dismiss-order") {
|
||||
return `${path}/manual/chapter-11-6-admin-retirement`;
|
||||
|
||||
} else if (routeName.includes("disciplineComplaints")) {
|
||||
return `${path}/manual/chapter-14-admin-discipline-complaints`;
|
||||
} else if (routeName.includes("disciplineInvestigatefacts")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue