From d6de480b57129d8bc311590b7665a0c30a4b4d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sun, 7 Jul 2024 21:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/gzaiBox/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/gzaiBox/index.vue b/src/pages/gzaiBox/index.vue index aebdc4d..3b76d0d 100644 --- a/src/pages/gzaiBox/index.vue +++ b/src/pages/gzaiBox/index.vue @@ -287,6 +287,7 @@ export default { }, mounted() { document.body.classList.add("no-header"); + document.getElementById("divTest").remove(); this.$api.gzDict("aibox_alarm_type").then((d) => { this.aiTypes = d || []; });