fmui-base 2.1.24 → 2.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/upload/upload.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/upload/upload.js
CHANGED
|
@@ -188,7 +188,7 @@ var PageHome = function (_React$Component) {
|
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
var dir = props.dir;
|
|
191
|
-
var businessExt = props.extensions;
|
|
191
|
+
var businessExt = props.extensions ? props.extensions : "";
|
|
192
192
|
var context = document.getElementById("context").value;
|
|
193
193
|
var token = getLoginUserInfo().token;
|
|
194
194
|
_this.state = {
|