zet-lib 1.2.90 → 1.2.91
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/lib/Util.js +1 -1
- package/package.json +1 -1
package/lib/Util.js
CHANGED
|
@@ -1007,7 +1007,7 @@ Util.regexCode = (lengthMin, lengthMax) => {
|
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
1009
|
Util.imageProfile = function (image = '') {
|
|
1010
|
-
return image ? (image.indexOf('http') > -1 ? image : '/uploads/
|
|
1010
|
+
return image ? (image.indexOf('http') > -1 ? image : '/uploads/zuser/' + image) : '/img/user.png'
|
|
1011
1011
|
}
|
|
1012
1012
|
|
|
1013
1013
|
/*
|