|
|
@ -1,5 +1,22 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="login"> |
|
|
|
<div class="login"> |
|
|
|
|
|
|
|
<div style="display:flex;justify-content:space-between;align-items: center;"> |
|
|
|
|
|
|
|
<div style="padding: 0 60px 0 0"> |
|
|
|
|
|
|
|
<h3 style="color: #ffffff;font-size: 24px;padding: 0;margin-bottom: 10px"> |
|
|
|
|
|
|
|
YSHOP单商户B2C电商系统 |
|
|
|
|
|
|
|
</h3> |
|
|
|
|
|
|
|
<ul style="margin: 0;color: #ffffff;font-size: 15px;line-height: 25px;padding-left: 20px"> |
|
|
|
|
|
|
|
<li>Springboot2</li> |
|
|
|
|
|
|
|
<li>MybatisPlus</li> |
|
|
|
|
|
|
|
<li>SpringSecurity</li> |
|
|
|
|
|
|
|
<li>Jwt</li> |
|
|
|
|
|
|
|
<li>Redis</li> |
|
|
|
|
|
|
|
<li>Vue</li> |
|
|
|
|
|
|
|
</ul> |
|
|
|
|
|
|
|
<h3 style="color: #ffffff;"> |
|
|
|
|
|
|
|
官网:https://www.yixiang.co |
|
|
|
|
|
|
|
</h3> |
|
|
|
|
|
|
|
</div> |
|
|
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form"> |
|
|
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form"> |
|
|
|
<h3 class="title"> |
|
|
|
<h3 class="title"> |
|
|
|
YSHOP后台管理系统-3.1 |
|
|
|
YSHOP后台管理系统-3.1 |
|
|
@ -32,6 +49,7 @@ |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
</el-form> |
|
|
|
|
|
|
|
</div> |
|
|
|
<!-- 底部 --> |
|
|
|
<!-- 底部 --> |
|
|
|
<div v-if="$store.state.settings.showFooter" id="el-login-footer"> |
|
|
|
<div v-if="$store.state.settings.showFooter" id="el-login-footer"> |
|
|
|
<span v-html="$store.state.settings.footerTxt" /> |
|
|
|
<span v-html="$store.state.settings.footerTxt" /> |
|
|
|