vue-intergrall-plugins 0.0.269 → 0.0.270
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.
|
@@ -11170,8 +11170,13 @@ function gerarVariaveisAnexo(anexos, storeObj) {
|
|
|
11170
11170
|
|
|
11171
11171
|
switch (tipoAnexo) {
|
|
11172
11172
|
case "image":
|
|
11173
|
+
case "image/jpg":
|
|
11173
11174
|
case "jpg":
|
|
11175
|
+
case "webp":
|
|
11176
|
+
case "image/webp":
|
|
11177
|
+
case "image/png":
|
|
11174
11178
|
case "png":
|
|
11179
|
+
case "image/jpeg":
|
|
11175
11180
|
case "jpeg":
|
|
11176
11181
|
if (!ignoreMku) {
|
|
11177
11182
|
imgAnexo = `${dominio}/callcenter/docs.php?mku=${mku}`;
|