แก้ไข path ใน config
This commit is contained in:
parent
c99fa4493c
commit
9ba58b4ba2
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const generatePopupPath = (routeName: any) => {
|
||||||
return `${path}/manual/chapter-2-admin-metadata`;
|
return `${path}/manual/chapter-2-admin-metadata`;
|
||||||
}
|
}
|
||||||
if (routeName.includes("leave")) {
|
if (routeName.includes("leave")) {
|
||||||
return `${path}/manual/chapter-3-user-leave`;
|
return `${path}/manual/chapter-4-user-leave`;
|
||||||
}
|
}
|
||||||
// if (routeName.includes("compete")) {
|
// if (routeName.includes("compete")) {
|
||||||
// return `${path}/manual/chapter-10-admin-recruit`;
|
// return `${path}/manual/chapter-10-admin-recruit`;
|
||||||
|
|
@ -54,6 +54,7 @@ const generatePopupPath = (routeName: any) => {
|
||||||
|
|
||||||
const manualConfig = {
|
const manualConfig = {
|
||||||
dashboard: `${path}/manual/chapter-1-user-organization-chart`,
|
dashboard: `${path}/manual/chapter-1-user-organization-chart`,
|
||||||
|
leave: `${path}/manual/chapter-4-user-leave`,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue