diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index 86601ed01..91119e9a2 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -341,6 +341,9 @@ project: [ {required: true, message: this.$t('validate.required'), trigger: 'change'} ], + walk: [ + {required: true, message: this.$t('validate.required'), trigger: 'blur'}, + ], port: [ {validator:port, trigger: 'blur'}, ],