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 || []; });