luogang 2 mesi fa
parent
commit
4f4560c9a8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      plus-ui-ts/src/views/index.vue

+ 0 - 1
plus-ui-ts/src/views/index.vue

@@ -1039,7 +1039,6 @@ const generateClick = () => {
     dialog.loading = null;
     if (code == 200 && msg) {
       const { report, time } = JSON.parse(msg).data.outputs;
-      debugger;
       const reportHtml = report.replace(/```/g, '').replace(/html\n/, '');
       if (curStep.value == 1) {
         firstHtml.value = reportHtml;