This commit is contained in:
2020-09-16 20:41:47 +00:00
parent 425ef921e5
commit 943e390bce
4 changed files with 55 additions and 56 deletions

View File

@@ -34,7 +34,6 @@ function dealWithError(msg, vm) {
console.error(errMsg);
console.trace();
debugger;
// window.$gz.eventBus.$emit("notify-error", "Dev error see log / console");
return;
}