更新访客预约

This commit is contained in:
chenglijuan
2026-04-30 17:08:30 +08:00
parent c6bef45940
commit 85dca5c7a1
5 changed files with 21 additions and 11 deletions
+2
View File
@@ -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
View File
@@ -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'
}
// 自动判断当前运行环境