Commit d412cb2d authored by 田翔's avatar 田翔

fix: 图片参数取值调整

parent 4f0aabfd
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "3.10.3", "version": "3.10.4",
"description": "3.10.3: 降低地图版本", "description": "3.10.4: 图片参数取值调整",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
...@@ -125,4 +125,4 @@ ...@@ -125,4 +125,4 @@
"publishConfig": { "publishConfig": {
"registry": "https://g.civnet.cn:4873" "registry": "https://g.civnet.cn:4873"
} }
} }
\ No newline at end of file
...@@ -54,7 +54,7 @@ const getFileType = (fileName) => { ...@@ -54,7 +54,7 @@ const getFileType = (fileName) => {
const FileUpload = (props) => { 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 { value, schema, onChange } = props
const { disabled, fileType, presetValue, placeholder, preview, download } = schema 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