added option for disabling bt protocol for non-admin uses close #3;

This commit is contained in:
huangjx
2022-03-05 17:09:04 +08:00
parent 67ab4a1f9f
commit 802c593905
4 changed files with 43 additions and 14 deletions

View File

@@ -70,7 +70,7 @@ export default {
set(value) {
this.status = value;
this.$emit("changed", value);
this.$emit("changed", this.name,value);
},
},
},