fix: 安全检测修改

This commit is contained in:
joshen
2025-12-11 11:46:05 +08:00
parent bef42d5c24
commit c5c49222e8

View File

@@ -20,7 +20,7 @@ export default {
methods: { methods: {
syncValue(val) { syncValue(val) {
this.loading = false this.loading = false
this.$emit('input', val) this.$emit('value', val)
}, },
/**局域网检测*/ /**局域网检测*/
lanServiceCheck() { lanServiceCheck() {