|
@@ -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;
|