cloud-web-corejs 1.0.54-dev.423 → 1.0.54-dev.424

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.423",
4
+ "version": "1.0.54-dev.424",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -486,7 +486,6 @@ tmixins = {
486
486
  };
487
487
  },
488
488
  changeFile(param) {
489
- debugger
490
489
  if (!param.file || param.file.status == "fail") return;
491
490
  let target = this.$refs.upload;
492
491
  if (!target) return;