dev
parent
94c3604172
commit
d6de480b57
|
@ -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 || [];
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue