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 }}
+ }} @@ -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() {