| | |
| | | </a-button> |
| | | </a-form-item> |
| | | |
| | | <a-form-model-item style="color: red"> |
| | | 密级:内部 警告:本系统禁止存储、处理、传输涉密信息 |
| | | </a-form-model-item> |
| | | |
| | | </a-form-model> |
| | | |
| | | <!--<two-step-captcha v-if="requiredTwoStepCaptcha" :visible="stepCaptchaVisible" @success="stepCaptchaSuccess" @cancel="stepCaptchaCancel"></two-step-captcha>--> |
| | |
| | | import LoginPhone from './LoginPhone' |
| | | import store from '@/store' |
| | | import { getAction } from '../../api/manage' |
| | | import AFormModelItem from 'ant-design-vue/es/form-model/FormItem' |
| | | |
| | | export default { |
| | | components: { |
| | | AFormModelItem, |
| | | LoginSelectTenant, |
| | | TwoStepCaptcha, |
| | | // ThirdLogin, |
| | |
| | | duration: 4, |
| | | }); |
| | | //账户密码登录错误后更新验证码 |
| | | if (this.customActiveKey === 'tab1' && description.indexOf('密码错误') > 0) { |
| | | this.$refs.alogin.handleChangeCheckCode() |
| | | } |
| | | // if (this.customActiveKey === 'tab1' && description.indexOf('密码错误') > 0) { |
| | | // this.$refs.alogin.handleChangeCheckCode() |
| | | // } |
| | | this.loginBtn = false; |
| | | }, |
| | | loginSelectOk() { |