更新访客预约
This commit is contained in:
@@ -122,7 +122,9 @@ const appointmentDB = {
|
||||
visitDate: data.date,
|
||||
visitTime: data.time,
|
||||
hostName: data.hostName,
|
||||
personId: data.personId,
|
||||
area: data.area,
|
||||
plateNumber: data.plateNumber,
|
||||
openid: data.openid
|
||||
}
|
||||
})
|
||||
|
||||
+3
-6
@@ -2,12 +2,9 @@
|
||||
|
||||
// 环境地址配置
|
||||
const ENV_CONFIG = {
|
||||
// 正式版
|
||||
// release: 'https://xcx.yun.588580.xyz',
|
||||
trial: 'https://qywx.yun.588580.xyz',
|
||||
// 开发版 & 体验版
|
||||
develop: 'http://172.16.60.235:8080'
|
||||
// develop: 'http://10.50.13.191:8080'
|
||||
trial: 'https://smartguest.bmser.com:8091',
|
||||
// develop: 'https://192.168.123.76:8080'
|
||||
develop: 'https://10.50.13.191:8091'
|
||||
}
|
||||
|
||||
// 自动判断当前运行环境
|
||||
|
||||
Reference in New Issue
Block a user