@wizishop/img-manager 0.2.74 → 0.2.75
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/bundles/wizishop-img-manager.umd.js +1 -1
- package/bundles/wizishop-img-manager.umd.js.map +1 -1
- package/bundles/wizishop-img-manager.umd.min.js +1 -1
- package/bundles/wizishop-img-manager.umd.min.js.map +1 -1
- package/esm2015/lib/services/img-manager.service.js +2 -2
- package/esm5/lib/services/img-manager.service.js +2 -2
- package/fesm2015/wizishop-img-manager.js +1 -1
- package/fesm2015/wizishop-img-manager.js.map +1 -1
- package/fesm5/wizishop-img-manager.js +1 -1
- package/fesm5/wizishop-img-manager.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-0.2.75.tgz +0 -0
- package/wz-img-manager.scss +252 -252
- package/wizishop-img-manager-0.2.74.tgz +0 -0
|
@@ -213,7 +213,7 @@ var ImgManagerService = /** @class */ (function () {
|
|
|
213
213
|
return this.http.get(this.imgManagerRoute + "/images", this.getOptionsHeaders(params));
|
|
214
214
|
};
|
|
215
215
|
ImgManagerService.prototype.getShopTotalImgList = function (params) {
|
|
216
|
-
return this.http.get(this.imgManagerRoute + "/total/
|
|
216
|
+
return this.http.get(this.imgManagerRoute + "/total/image", this.getOptionsHeaders(params));
|
|
217
217
|
};
|
|
218
218
|
ImgManagerService.prototype.getShopImg = function (idFile) {
|
|
219
219
|
return this.http.get(this.imgManagerRoute + "/images/" + idFile, this.getOptionsHeaders());
|