修改雷达状态

main
scrin 2 weeks ago
parent 6d0c6dbfd2
commit bf79a64827

@ -1128,6 +1128,7 @@ import {
getLocalPositionRelativeToP4,
parseTime
} from '@/utils/tool'
const formUrl = 'http://192.168.1.123:5000'
const date1 = ref([])
const form1 = ref({})
@ -1557,7 +1558,7 @@ const uploadFiles2 = async (e) => {
dialog3Form.value.fileList.push({
name: file.name,
url: location.href + res.ls[0],
url: formUrl + res.ls[0],
})
}
@ -1717,7 +1718,7 @@ const uploadFiles = async (e) => {
dialog1Form.value.fileList.push({
name: file.name,
url: location.href + res.ls[0],
url: formUrl + res.ls[0],
})
console.log(dialog1Form.value.fileList)
}
@ -1942,7 +1943,7 @@ const uploadFiles1 = async (e) => {
dialog2Form.value.fileList.push({
name: file.name,
url: location.href + res.ls[0],
url: formUrl + res.ls[0],
})
@ -2157,7 +2158,7 @@ const uploadFiles3 = async (e) => {
dialog4Form.value.fileList.push({
name: file.name,
url: location.href + res.ls[0],
url: formUrl + res.ls[0],
})
}

Loading…
Cancel
Save