gemercheung 1 year ago
parent
commit
a75072b906
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/qjkankan-editor/src/mixins/debuggerHelper.js

+ 1 - 1
packages/qjkankan-editor/src/mixins/debuggerHelper.js

@@ -1,6 +1,6 @@
 import Vue from "vue";
 export const debuggerHelper = (show = true) => {
-  const version = "1.7.0--" + process.env.VUE_APP_DEBBUG_FLAG;
+  const version = "1.8.0--" + process.env.VUE_APP_DEBBUG_FLAG;
   if (show) {
     // log.setColors({
     var css = "background: #28b561; color:#fff;font-size:14px;padding:5px;";