移除登录界面上的提示

This commit is contained in:
zhl 2021-04-16 14:18:56 +08:00
parent 5c68cfce12
commit 1970ebf81f

View File

@ -71,24 +71,6 @@
{{ $t('login.logIn') }}
</el-button>
<div style="position:relative">
<div class="tips">
<span>{{ $t('login.username') }} : admin </span>
<span>{{ $t('login.password') }} : {{ $t('login.any') }} </span>
</div>
<div class="tips">
<span>{{ $t('login.username') }} : editor </span>
<span>{{ $t('login.password') }} : {{ $t('login.any') }} </span>
</div>
<el-button
class="thirdparty-button"
type="primary"
@click="showDialog=true"
>
{{ $t('login.thirdparty') }}
</el-button>
</div>
</el-form>
<el-dialog