แก้ไข path manual
This commit is contained in:
parent
79a64bd5e9
commit
5c1ad93baa
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const generatePopupPath = (routeName: any) => {
|
||||||
if (routeName.includes("scholarship")) {
|
if (routeName.includes("scholarship")) {
|
||||||
return `${path}/manual/chapter-10-user-scholarship`;
|
return `${path}/manual/chapter-10-user-scholarship`;
|
||||||
}
|
}
|
||||||
if (routeName.includes("retire")) {
|
if (routeName.includes("Retire")) {
|
||||||
return `${path}/manual/chapter-11-user-retire`;
|
return `${path}/manual/chapter-11-user-retire`;
|
||||||
} else {
|
} else {
|
||||||
return manualConfig[routeName as keyof typeof manualConfig];
|
return manualConfig[routeName as keyof typeof manualConfig];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue