From a3823b4735f1353f18f047d2333511849ecd9c8d Mon Sep 17 00:00:00 2001 From: yindongqi Date: Thu, 14 Aug 2025 16:55:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F=E7=BC=A9=E8=BF=9B=E5=B9=B6?= =?UTF-8?q?=E5=90=AF=E7=94=A8QNRTC=E6=97=A5=E5=BF=97=E7=BA=A7=E5=88=AB?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整消息时间显示的缩进格式,保持代码风格一致 同时取消QNRTC日志级别设置的注释,避免产生不必要的日志输出 --- src/components/study/liveView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/study/liveView.vue b/src/components/study/liveView.vue index bea1568..6521ad8 100644 --- a/src/components/study/liveView.vue +++ b/src/components/study/liveView.vue @@ -186,7 +186,7 @@ v-if="message.sender.slice(0, 7) === 'teacher'">講師{{ message.sender }} {{ "\u00A0\u00A0\u00A0" + formatTimestamp(message.time) - }} + }}
{{ message.text }}
@@ -251,7 +251,7 @@ import { getStore } from "@/utils/storage"; import { mapState } from "vuex"; import { MessageBox } from "mint-ui"; import { v4 as uuidv4 } from "uuid"; -// QNRTC.setLogLevel(QNLogLevel.NONE); +QNRTC.setLogLevel(QNLogLevel.NONE); export default { components: { Back }, data() {