|
|
@@ -60,7 +60,7 @@
|
|
|
</el-button>
|
|
|
</el-form-item>
|
|
|
|
|
|
- <div class="flex relative justify-between items-center">
|
|
|
+ <!-- <div class="flex relative justify-between items-center">
|
|
|
<div class="ml-auto text-sm">
|
|
|
<a href="#" class="text-blue-500" @click="emit('change', LoginTypeEnum.MOBILE)">
|
|
|
{{ $t('password.mobileLogin') }}
|
|
|
@@ -72,7 +72,7 @@
|
|
|
{{ $t('password.createAccount') }}
|
|
|
</a>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
<div class="font12 mt30 login-animation4 login-msg text-slate-400">{{ $t('browserMsgText') }}</div>
|
|
|
</el-form>
|