修改人员定位数据显示
This commit is contained in:
parent
c1738a8b33
commit
6ca443b835
@ -5,7 +5,7 @@ NODE_ENV = 'development'
|
|||||||
# 后端本地
|
# 后端本地
|
||||||
# VITE_API_URL = 'http://192.168.34.221:19111'
|
# VITE_API_URL = 'http://192.168.34.221:19111'
|
||||||
# VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地
|
# 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://192.168.34.221:28889'
|
||||||
# VITE_API_URL = 'http://121.196.214.246/api'
|
# VITE_API_URL = 'http://121.196.214.246/api'
|
||||||
# VITE_API_URL = 'http://jxj.zhgdyun.com:100'
|
# 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'
|
# VITE_API_URL = 'http://182.90.224.237:15551'
|
||||||
# agjt
|
# agjt
|
||||||
# VITE_API_URL = 'http://42.180.188.17:9809' #生产环境
|
# 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://jxj.zhgdyun.com:19812'
|
||||||
# 苏立信
|
# 苏立信
|
||||||
# VITE_API_URL = 'http://101.43.164.214:11111'
|
# VITE_API_URL = 'http://101.43.164.214:11111'
|
||||||
|
|||||||
@ -21,8 +21,8 @@ NODE_ENV = "production"
|
|||||||
# 七参数标准版(测试平台)
|
# 七参数标准版(测试平台)
|
||||||
# VITE_API_URL = 'http://182.90.224.237:15551'
|
# VITE_API_URL = 'http://182.90.224.237:15551'
|
||||||
# agjt
|
# agjt
|
||||||
VITE_API_URL = 'http://42.180.188.17:9809' #生产环境
|
# 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://101.43.164.214:11111'
|
# VITE_API_URL = 'http://101.43.164.214:11111'
|
||||||
|
|
||||||
|
|||||||
@ -611,6 +611,7 @@ const submitFence = async (formEL: FormInstance | undefined) => {
|
|||||||
let params = {
|
let params = {
|
||||||
qualityRegionId: addForm.value.region.id,
|
qualityRegionId: addForm.value.region.id,
|
||||||
regionName: addForm.value.region.regionName,
|
regionName: addForm.value.region.regionName,
|
||||||
|
fenceName: addForm.value.region.regionName,
|
||||||
// fenceName: addForm.value.fenceName,
|
// fenceName: addForm.value.fenceName,
|
||||||
areaRadius: addForm.value.areaRadius,
|
areaRadius: addForm.value.areaRadius,
|
||||||
fenceShapeArr: JSON.stringify(addForm.value.locationList),
|
fenceShapeArr: JSON.stringify(addForm.value.locationList),
|
||||||
|
|||||||
@ -787,6 +787,8 @@ const submitFence = async (formEL: FormInstance | undefined) => {
|
|||||||
let params = {
|
let params = {
|
||||||
qualityRegionId: addForm.value.region.id,
|
qualityRegionId: addForm.value.region.id,
|
||||||
regionName: addForm.value.region.regionName,
|
regionName: addForm.value.region.regionName,
|
||||||
|
fenceName: addForm.value.region.regionName,
|
||||||
|
// fenceName: addForm.value.fenceName,
|
||||||
areaRadius: addForm.value.areaRadius,
|
areaRadius: addForm.value.areaRadius,
|
||||||
fenceShapeArr: JSON.stringify(addForm.value.locationList),
|
fenceShapeArr: JSON.stringify(addForm.value.locationList),
|
||||||
fenceShape: fenceShape,
|
fenceShape: fenceShape,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user