แก้ path api ทดลองงาน
This commit is contained in:
parent
287ef3c598
commit
12134ed1f1
1 changed files with 3 additions and 5 deletions
|
|
@ -27,7 +27,7 @@ const config = ref<any>({
|
|||
MEET_URI: "meet.frappet.com",
|
||||
API_RETIREMENT_URI: "https://bma-ehr.frappet.synology.me/api/v1",
|
||||
// API_PROBATION_URI: "https://ehr.joolsoft.com/v1",
|
||||
API_PROBATION_URI: "https://bmaehr.joolsoft.com/nodeapi/v1",
|
||||
API_PROBATION_URI: "https://bma-ehr.frappet.synology.me/api/v1/probation",
|
||||
// API_PROBATION_URI: "http://192.168.1.151:7776/v1",
|
||||
API_REPORT2_URI: "https://bma-ehr.frappet.synology.me/api/v2",
|
||||
},
|
||||
|
|
@ -50,7 +50,7 @@ const config = ref<any>({
|
|||
"https://s3cluster.frappet.com/bma-ehr-fpt/organization/strueture/tree_20230707_115124.json",
|
||||
MEET_URI: "meet.frappet.com",
|
||||
API_RETIREMENT_URI: `${window.location.protocol}//${window.location.host}/api/v1`,
|
||||
API_PROBATION_URI: "https://bmaehr.joolsoft.com/nodeapi/v1",
|
||||
API_PROBATION_URI: `${window.location.protocol}//${window.location.host}/api/v1/probation`,
|
||||
API_REPORT2_URI: `${window.location.protocol}//${window.location.host}/api/v2`,
|
||||
},
|
||||
});
|
||||
|
|
@ -80,9 +80,7 @@ const API_URI_ORG_TREE = ref<string>(config.value[env.value].API_URI_ORG_TREE);
|
|||
const API_PROBATION_URI = ref<string>(
|
||||
config.value[env.value].API_PROBATION_URI
|
||||
);
|
||||
const API_REPORT2_URI = ref<string>(
|
||||
config.value[env.value].API_REPORT2_URI
|
||||
);
|
||||
const API_REPORT2_URI = ref<string>(config.value[env.value].API_REPORT2_URI);
|
||||
|
||||
export default {
|
||||
env: env.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue