Compare commits

...

2 Commits

Author SHA1 Message Date
姜玉琦 4f376f259a Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhbigscreen into dev 2024-07-07 21:24:11 +08:00
姜玉琦 d6de480b57 提交 2024-07-07 21:23:51 +08:00
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 || [];
});