ปรับ css กรอกข้อมูล และปรับรูปแบบ step การชำระเงิน
This commit is contained in:
parent
98738aa814
commit
6c7e57d9e3
11 changed files with 214 additions and 69 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue