修改人员定位数据显示

This commit is contained in:
Vce 2024-05-31 16:29:40 +08:00
parent c1738a8b33
commit 6ca443b835
4 changed files with 7 additions and 4 deletions

View File

@ -5,7 +5,7 @@ NODE_ENV = 'development'
# 后端本地
# VITE_API_URL = 'http://192.168.34.221:19111'
# VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地
VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
# VITE_API_URL = 'http://192.168.34.221:28889'
# VITE_API_URL = 'http://121.196.214.246/api'
# VITE_API_URL = 'http://jxj.zhgdyun.com:100'
@ -24,7 +24,7 @@ VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
# VITE_API_URL = 'http://182.90.224.237:15551'
# agjt
# VITE_API_URL = 'http://42.180.188.17:9809' #生产环境
# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境
VITE_API_URL = 'http://42.180.188.17:11211' #测试环境
# VITE_API_URL = 'http://jxj.zhgdyun.com:19812'
# 苏立信
# VITE_API_URL = 'http://101.43.164.214:11111'

View File

@ -21,8 +21,8 @@ NODE_ENV = "production"
# 七参数标准版(测试平台)
# VITE_API_URL = 'http://182.90.224.237:15551'
# agjt
VITE_API_URL = 'http://42.180.188.17:9809' #生产环境
# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境
# VITE_API_URL = 'http://42.180.188.17:9809' #生产环境
VITE_API_URL = 'http://42.180.188.17:11211' #测试环境
# 苏立信
# VITE_API_URL = 'http://101.43.164.214:11111'

View File

@ -611,6 +611,7 @@ const submitFence = async (formEL: FormInstance | undefined) => {
let params = {
qualityRegionId: addForm.value.region.id,
regionName: addForm.value.region.regionName,
fenceName: addForm.value.region.regionName,
// fenceName: addForm.value.fenceName,
areaRadius: addForm.value.areaRadius,
fenceShapeArr: JSON.stringify(addForm.value.locationList),

View File

@ -787,6 +787,8 @@ const submitFence = async (formEL: FormInstance | undefined) => {
let params = {
qualityRegionId: addForm.value.region.id,
regionName: addForm.value.region.regionName,
fenceName: addForm.value.region.regionName,
// fenceName: addForm.value.fenceName,
areaRadius: addForm.value.areaRadius,
fenceShapeArr: JSON.stringify(addForm.value.locationList),
fenceShape: fenceShape,