From eec3d6bbda82271d81a5f3128ce62b70e3978e95 Mon Sep 17 00:00:00 2001 From: mayf <m13160102112@163.com> Date: 星期五, 01 十一月 2024 16:23:44 +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