Commit d412cb2d authored by 田翔's avatar 田翔

fix: 图片参数取值调整

parent 4f0aabfd
{
"name": "panda-xform",
"version": "3.10.3",
"description": "3.10.3: 降低地图版本",
"version": "3.10.4",
"description": "3.10.4: 图片参数取值调整",
"keywords": [
"panda-xform"
],
......@@ -125,4 +125,4 @@
"publishConfig": {
"registry": "https://g.civnet.cn:4873"
}
}
}
\ No newline at end of file
......@@ -54,7 +54,7 @@ const getFileType = (fileName) => {
const FileUpload = (props) => {
const site = window.globalConfig?.userInfo?.LocalSite
const site = window.globalConfig?.userInfo?.site || window.globalConfig?.userInfo?.LocalSite
const { value, schema, onChange } = props
const { disabled, fileType, presetValue, placeholder, preview, download } = schema
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment