fix: 安全检测修改

This commit is contained in:
joshen
2025-12-11 11:46:05 +08:00
parent b16f0f67a4
commit 62a7a3affb

View File

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