feat:popupPrivacy

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-16 18:18:49 +07:00
parent 159f0803f2
commit 62d757a343
4 changed files with 329 additions and 4 deletions

View file

@ -13,8 +13,9 @@ export default {
fileByFile: (name: string, group: string, id: string, fileName: string) =>
`${urlFile}/file/${name}/${group}/${id}/${fileName}`,
changePassword:`${orgKeycloak}/user/change-password`,
resetPassword:`${orgKeycloak}/user/reset-password`,
changePassword: `${orgKeycloak}/user/change-password`,
resetPassword: `${orgKeycloak}/user/reset-password`,
checkoutCheck:`${leave}/user/checkout-check`
checkoutCheck: `${leave}/user/checkout-check`,
privacy: `${env.API_URI}/org/profile/privacy`,
}

View file

@ -10,7 +10,8 @@ export const apiUrlConfig = import.meta.env.VITE_API_URI_CONFIG
const config = ref<any>({
development: {
// API_URI: "https://localhost:7260/api",
API_URI: 'https://bma-ehr.frappet.synology.me/api/v1',
// API_URI: 'https://bma-ehr.frappet.synology.me/api/v1',
API_URI: 'https://hrmsbkk.case-collection.com/api/v1',
},
test: {
API_URI: 'http://localhost:5010/api/v1',