prod-api改成cac-api
parent
ac5a00ef4a
commit
f44cee9ec8
@ -1,8 +1,13 @@
|
|||||||
const UPMS_SREVICE='/api-upms';
|
const UPMS_SREVICE = "/api-upms";
|
||||||
const AUTH_SREVICE='/prod-api';
|
const AUTH_SREVICE = "/cac-api";
|
||||||
const LOGS_SREVICE='/api-logs';
|
const LOGS_SREVICE = "/api-logs";
|
||||||
const GEN_CODE_SREVICE='/api-gen';
|
const GEN_CODE_SREVICE = "/api-gen";
|
||||||
const SJZD_SREVICE='http://127.0.0.1:8081';
|
const SJZD_SREVICE = "http://127.0.0.1:8081";
|
||||||
|
|
||||||
|
export {
|
||||||
export { UPMS_SREVICE, AUTH_SREVICE, LOGS_SREVICE, GEN_CODE_SREVICE,SJZD_SREVICE}
|
UPMS_SREVICE,
|
||||||
|
AUTH_SREVICE,
|
||||||
|
LOGS_SREVICE,
|
||||||
|
GEN_CODE_SREVICE,
|
||||||
|
SJZD_SREVICE,
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue