From 56cdf07f8496685ba906ea75e7eb2faebb35371b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 06 十一月 2024 17:04:11 +0800 Subject: [PATCH] 加入富文本编辑器 --- src/books/mathBook/view/components/index.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/books/mathBook/view/components/index.vue b/src/books/mathBook/view/components/index.vue index db41812..d87298f 100644 --- a/src/books/mathBook/view/components/index.vue +++ b/src/books/mathBook/view/components/index.vue @@ -189,7 +189,7 @@ // 娴嬭瘯椤甸潰璺宠浆 // setTimeout(() => { - // this.gotoPage(3,51); + // this.gotoPage(2,22); // // setTimeout(() => { // // this.renderSign("Highlight", { // // id: "2ACA9359", @@ -523,7 +523,6 @@ }); }, getParentWithClass(element, className) { - console.log(element, className, "element, className"); while (element.parentElement) { element = element.parentElement; if (element.classList.contains(className)) { @@ -592,7 +591,6 @@ this.questionDataMap[page] = obj; } } - console.log(1, this.questionDataMap); } } // 娓叉煋杩欎竴椤电殑鏍囪 @@ -910,7 +908,6 @@ if (!res.data) return []; this.questionList = res.data.data; this.questionDataIndex = res.data.chapterNum; - console.log("绔犺妭鍙�", num, res); } let ids = []; questionIndex -- Gitblit v1.9.1