ปรับ css กรอกข้อมูล และปรับรูปแบบ step การชำระเงิน

This commit is contained in:
Tanyalak 2023-03-31 17:49:36 +07:00
parent 98738aa814
commit 6c7e57d9e3
11 changed files with 214 additions and 69 deletions

View file

@ -8,8 +8,8 @@ const env = ref<string>(process.env.NODE_ENV || 'development')
const config = ref<any>({
development: {
API_URI: 'https://localhost:7007/api/v1',
// API_URI: "https://wsh.frappet.com",
/* API_URI: 'https://localhost:7007/api/v1', */
API_URI: "https://bma-ehr-exam.frappet.synology.me/api/v1",
MEET_URI: 'meet.frappet.com'
},
test: {