dev
姜玉琦 2024-07-07 21:23:45 +08:00
parent 94c3604172
commit d6de480b57
1 changed files with 1 additions and 0 deletions

View File

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