|
|
@ -139,6 +139,8 @@ service.interceptors.response.use( |
|
|
confirmButtonText: i18n.t('system.timeOutEnter'), |
|
|
confirmButtonText: i18n.t('system.timeOutEnter'), |
|
|
cancelButtonText: i18n.t('form.cancel'), |
|
|
cancelButtonText: i18n.t('form.cancel'), |
|
|
inputPattern: /^\S+$/, |
|
|
inputPattern: /^\S+$/, |
|
|
|
|
|
inputType: 'password', |
|
|
|
|
|
inputShowPassword: true, |
|
|
inputPlaceholder: i18n.t('login.password'), |
|
|
inputPlaceholder: i18n.t('login.password'), |
|
|
inputErrorMessage: i18n.t('login.password'), |
|
|
inputErrorMessage: i18n.t('login.password'), |
|
|
showClose: false, |
|
|
showClose: false, |
|
|
|