Commit afcd5d4e authored by 田翔's avatar 田翔

fix: 环境变量修复

parent 0a6e792b
{
"name": "panda-xform",
"version": "5.1.1",
"description": "5.1.1 环境变量修改",
"version": "5.1.2",
"description": "5.1.2 环境变量修复",
"keywords": [
"panda-xform"
],
......
......@@ -50,7 +50,6 @@ const ValueEdit = (props) => {
useEffect(() => {
if (widget === 'TextInput') {
let value = presetValue
if (preview === 'preview') {
if (loaclPaths.includes(value)) {
if (value === '【本人姓名】') {
if (isStoreID) {
......@@ -68,7 +67,6 @@ const ValueEdit = (props) => {
onChange({ fieldName, fieldValue: value })
}
}
}
}, [])
if (widget === 'DateTime') {
......
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