mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
fix: 安全检测修改
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user