แก้ไข path manual เพิ่มเติม
This commit is contained in:
parent
70b00cf10c
commit
465afc25be
1 changed files with 7 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ const API = {
|
|||
...development,
|
||||
};
|
||||
|
||||
const path = "http://chamomind.ddns.net:20006";
|
||||
const path = "https://bma-ehr-manual.frappet.synology.me";
|
||||
|
||||
const generatePopupPath = (routeName: any) => {
|
||||
if (routeName.includes("registry")) {
|
||||
|
|
@ -66,8 +66,12 @@ const generatePopupPath = (routeName: any) => {
|
|||
const manualConfig = {
|
||||
dashboard: `${path}/manual/chapter-1-user-organization-chart`,
|
||||
leave: `${path}/manual/chapter-4-user-leave`,
|
||||
organizationChart: `${path}/manual/chapter-1-user-organization-chart`,
|
||||
registryMain: `${path}/manual/chapter-2-user-registry`,
|
||||
organizationChart: `${path}/manual/chapter-1-user-organization-chart`,
|
||||
registryMain: `${path}/manual/chapter-2-user-registry`,
|
||||
addPortfolio: `${path}/manual/chapter-5-user-portfolio`,
|
||||
addTransfer: `${path}/manual/chapter-6-user-transfer`,
|
||||
KPIMain: `${path}/manual/chapter-8-user-KPI`,
|
||||
KPIMainEvaluator: `${path}/manual/chapter-9-user-KPI-evaluator`,
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue