bug修改

This commit is contained in:
yyy 2025-05-07 09:31:38 +08:00
parent d06be14bd4
commit f97c7964a8
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ VITE_DEV=true
# 请求路径
# VITE_BASE_URL='http://192.168.0.74:48080'
# VITE_BASE_URL='http://192.168.0.153:48080'
VITE_BASE_URL='http://192.168.0.45:48080'
VITE_BASE_URL='http://10.10.110.17:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server

View File

@ -3073,7 +3073,7 @@ const getAllNodeList = async () => {
item.rotatable = false
item.lockAspectRatio = true
} else if (item.type === 5) {
item.dataObj = JSONBigInt({ storeAsString: true }).parse(item.dataJson)
item.dataObj = item.dataJson ? JSONBigInt({ storeAsString: true }).parse(item.dataJson) : {}
item.dataList = []
item.locationDeep = 150
item.locationWide = 150