|
|
@@ -7,7 +7,7 @@
|
|
|
class="login-form ele-bg-white"
|
|
|
size="large"
|
|
|
@keyup.enter.native="doSubmit">
|
|
|
- <h4>Laravel8+Ele+Vue前后端分离旗舰版</h4>
|
|
|
+ <h4>后台管理</h4>
|
|
|
<el-form-item prop="username">
|
|
|
<el-input
|
|
|
placeholder="请输入登录账号"
|
|
|
@@ -57,24 +57,8 @@
|
|
|
{{ loading ? '登录中' : '登录' }}
|
|
|
</el-button>
|
|
|
</div>
|
|
|
- <div
|
|
|
- class="ele-text-center"
|
|
|
- style="margin-bottom: 10px;">
|
|
|
- <i
|
|
|
- class="login-oauth-icon el-icon-_qq"
|
|
|
- style="background-color:#3492ed;">
|
|
|
- </i>
|
|
|
- <i
|
|
|
- class="login-oauth-icon el-icon-_wechat"
|
|
|
- style="background-color:#4daf29;">
|
|
|
- </i>
|
|
|
- <i
|
|
|
- class="login-oauth-icon el-icon-_weibo"
|
|
|
- style="background-color: #CF1900;">
|
|
|
- </i>
|
|
|
- </div>
|
|
|
</el-form>
|
|
|
- <div class="login-copyright">Copyright © 2017~2021 www.rxthink.cn. All rights reserved.</div>
|
|
|
+ <div class="login-copyright">Copyright © 2017~2021 www.laravel.cn. All rights reserved.</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|