From 4bfd7703f62f6f61330543ddf6bd296041c196c3 Mon Sep 17 00:00:00 2001 From: mayf <m13160102112@163.com> Date: 星期五, 20 九月 2024 14:39:51 +0800 Subject: [PATCH] 使用规则增加默认值 --- components/base-nav.vue | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/components/base-nav.vue b/components/base-nav.vue index f3374ed..121c8ec 100644 --- a/components/base-nav.vue +++ b/components/base-nav.vue @@ -122,20 +122,6 @@ passwordFormInfo: {}, passwordForm: [ { - label: this.$t('nav.oldPassword'), - id: 'oldPassword', - type: 'input', - el: { type: 'password' }, - rules: { - required: true, - message: joinLocaleText( - this.$t('elBus.common.pleaseEnter'), - this.$t('nav.oldPassword') - ), - trigger: 'blur', - }, - }, - { label: this.$t('nav.newPassword'), id: 'password', type: 'input', -- Gitblit v1.9.3