Browse Source

国际化

pull/12/head
高森 4 years ago
parent
commit
ba9a540d0c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      webapp/src/views/resetpassword.vue

+ 2
- 1
webapp/src/views/resetpassword.vue View File

@@ -218,7 +218,8 @@ export default {
this.loading = false;
this.resetForm();
this.$notify({
title: '密码修改成功',
title:
this.$i18n.locale === 'en' ? 'Password modified successfully' : '密码修改成功',
type: 'success',
duration: 1500,
});


Loading…
Cancel
Save