mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
fix: 安全检测修改
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
methods: {
|
||||
syncValue(val) {
|
||||
this.loading = false
|
||||
this.$emit('input', val)
|
||||
this.$emit('value', val)
|
||||
},
|
||||
/**局域网检测*/
|
||||
lanServiceCheck() {
|
||||
|
||||
Reference in New Issue
Block a user