登录页修改
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 531 KiB |
@ -42,7 +42,7 @@ module.exports = {
|
|||||||
/**
|
/**
|
||||||
* 底部文字,支持html语法
|
* 底部文字,支持html语法
|
||||||
*/
|
*/
|
||||||
footerTxt: '© 2019 YSHOP <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License 2.0</a>',
|
footerTxt: '© 2019-2020 YSHOP <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">All Rights Reserved</a>',
|
||||||
/**
|
/**
|
||||||
* 备案号
|
* 备案号
|
||||||
*/
|
*/
|
||||||
|
@ -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" />
|
||||||
|
Reference in New Issue
Block a user