bug修改
This commit is contained in:
parent
d06be14bd4
commit
f97c7964a8
@ -6,7 +6,7 @@ VITE_DEV=true
|
|||||||
# 请求路径
|
# 请求路径
|
||||||
# VITE_BASE_URL='http://192.168.0.74:48080'
|
# 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.153:48080'
|
||||||
VITE_BASE_URL='http://192.168.0.45:48080'
|
VITE_BASE_URL='http://10.10.110.17:48080'
|
||||||
|
|
||||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
|
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
|
||||||
VITE_UPLOAD_TYPE=server
|
VITE_UPLOAD_TYPE=server
|
||||||
|
@ -3073,7 +3073,7 @@ const getAllNodeList = async () => {
|
|||||||
item.rotatable = false
|
item.rotatable = false
|
||||||
item.lockAspectRatio = true
|
item.lockAspectRatio = true
|
||||||
} else if (item.type === 5) {
|
} 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.dataList = []
|
||||||
item.locationDeep = 150
|
item.locationDeep = 150
|
||||||
item.locationWide = 150
|
item.locationWide = 150
|
||||||
|
Loading…
Reference in New Issue
Block a user