ออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-04 13:00:27 +07:00
parent 7c63c3c32c
commit 57f145784e
3 changed files with 187 additions and 73 deletions

View file

@ -19,6 +19,10 @@ export default {
checkIdofficer: `${env.API_URI}/org/profile/keycloak/idofficer`,
commandRegister:(id:string)=>`${command}/register-tab0/${id}`,
commandRegisterByType:(id:string,type:string)=>`${command}/register-tab4/${type}/${id}`
commandRegister: (id: string) => `${command}/register-tab0/${id}`,
commandRegisterByType: (id: string, type: string) =>
`${command}/register-tab4/${type}/${id}`,
//Digital Signature
commandDirector: `${env.API_URI}/org/profile/commander-director`,
};