|
@ -71,17 +71,17 @@ |
|
|
:title="t('login.login')" |
|
|
:title="t('login.login')" |
|
|
class="w-[100%]" |
|
|
class="w-[100%]" |
|
|
type="primary" |
|
|
type="primary" |
|
|
@click="handleLogin" |
|
|
@click="getCode()" |
|
|
/> |
|
|
/> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<!-- <Verify |
|
|
<Verify |
|
|
ref="verify" |
|
|
ref="verify" |
|
|
:captchaType="captchaType" |
|
|
:captchaType="captchaType" |
|
|
:imgSize="{ width: '400px', height: '200px' }" |
|
|
:imgSize="{ width: '400px', height: '200px' }" |
|
|
mode="pop" |
|
|
mode="pop" |
|
|
@success="handleLogin" |
|
|
@success="handleLogin" |
|
|
/> --> |
|
|
/> |
|
|
</el-row> |
|
|
</el-row> |
|
|
</el-form> |
|
|
</el-form> |
|
|
</template> |
|
|
</template> |
|
|