Commit 6475ea0b by 张超军

123123

parent 910dabe6
<template> <template>
<div class="login_account width70 middle" v-show="isShow"> <!-- <div class="login_account width70 middle" v-show="isShow">
<el-input class="width100 margin_top25_bottom10" type="text" :placeholder="$t('Login.username_placeholder')" @keydown.enter.native="login(userInfo)" v-model="userInfo.username"> <el-input class="width100 margin_top25_bottom10" type="text" :placeholder="$t('Login.username_placeholder')" @keydown.enter.native="login(userInfo)" v-model="userInfo.username">
<i slot="prefix" style="display: flex; align-items: center"> <i slot="prefix" style="display: flex; align-items: center">
<img style=" <img style="
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
</el-input> </el-input>
<el-button class="login_button width100 margin_top25_bottom10" type="primary" ref="userLogin" @click="login(userInfo)" :loading="btnLoading">{{$t('Login.login_btn')}} <el-button class="login_button width100 margin_top25_bottom10" type="primary" ref="userLogin" @click="login(userInfo)" :loading="btnLoading">{{$t('Login.login_btn')}}
</el-button> </el-button>
</div> </div> -->
<!-- 对接线上 --> <!-- 对接线上 -->
<!-- <div class="AccountsLogin"> <div class="AccountsLogin">
<div class="el-icon-loading"></div> <div class="el-icon-loading"></div>
<span>正在加载中...</span> <span>正在加载中...</span>
</div> --> </div>
</template> </template>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment