cloud-web-corejs 1.0.54-dev.429 → 1.0.54-dev.430

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.429",
4
+ "version": "1.0.54-dev.430",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -218,7 +218,7 @@ export default {
218
218
  // return img
219
219
  // },
220
220
  images_upload_handler(blobInfo, success, failure, progress) {
221
- progress(0);
221
+ /* progress(0);
222
222
  _this.$baseUpload.upload({
223
223
  file:blobInfo.blob(),
224
224
  onProgress:(e)=>{
@@ -236,7 +236,7 @@ export default {
236
236
  error:(e)=>{
237
237
  failure(e.message)
238
238
  }
239
- })
239
+ }) */
240
240
  /* progress(0);
241
241
  const token = _this.$store.getters.token;
242
242
  getToken(token).then(response => {