mayf
2024-09-09 c5ed2b03fb6f53a6144cf4d3a18bf31a9075d67a
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',