Skip to content

Commit

Permalink
修复单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Oct 16, 2024
1 parent d2d51a1 commit 8a68a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"label": "imageLabel",
"clearValueOnHidden": false,
"type": "input-file",
"accept": ".jpg,.png,.gif,.icon,.svg,.bmp",
"accept": "image/*",
"receiver": "/f/upload?bizObjName=NopAuthDept&fieldName=image",
"useChunk": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
"label": "imageLabel",
"clearValueOnHidden": false,
"type": "input-file",
"accept": ".jpg,.png,.gif,.icon,.svg,.bmp",
"accept": "image/*",
"receiver": "/f/upload?bizObjName=NopAuthDept&fieldName=image",
"useChunk": false
}
Expand Down

0 comments on commit 8a68a3a

Please sign in to comment.