config
This commit is contained in:
parent
121730f0c1
commit
7ebf4fff06
1 changed files with 6 additions and 0 deletions
|
|
@ -3,8 +3,14 @@ import env from "../index";
|
||||||
const kpiPeriod = `${env.API_URI}/kpi/period`;
|
const kpiPeriod = `${env.API_URI}/kpi/period`;
|
||||||
const kpiEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
const kpiEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
||||||
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
||||||
|
|
||||||
|
const KpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||||
|
const KpiFile = `${env.API_URI}/salary/file`;
|
||||||
export default {
|
export default {
|
||||||
kpiPeriod,
|
kpiPeriod,
|
||||||
kpiEvaluation,
|
kpiEvaluation,
|
||||||
kpiPlan,
|
kpiPlan,
|
||||||
|
|
||||||
|
KpiCapacity,
|
||||||
|
file: KpiFile,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue