diff --git a/pages/index.vue b/pages/index.vue index 79ad70c74..680241658 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -763,7 +763,6 @@ export default { this.url = newValue.url; this.path = newValue.path; this.method = newValue.method; - this.label = newValue.label; this.auth = newValue.auth; this.httpUser = newValue.httpUser; this.httpPassword = newValue.httpPassword;