This commit is contained in:
chenjiajun
2021-07-03 01:29:36 +08:00
parent 48df12b90f
commit 4a6067bcbd
3 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ export default {
}, },
data() { data() {
return { return {
title: '乐享美酒-后台管理', title: 'YSHOP-后台管理',
logo: Logo logo: Logo
} }
} }

View File

@ -2,7 +2,7 @@ module.exports = {
/** /**
* @description 网站标题 * @description 网站标题
*/ */
title: '乐享美酒', title: 'YSHOP-3.2',
/** /**
* @description 是否显示 tagsView * @description 是否显示 tagsView
*/ */
@ -42,9 +42,9 @@ module.exports = {
/** /**
* 底部文字支持html语法 * 底部文字支持html语法
*/ */
footerTxt: '', footerTxt: '© 2019-2021 YSHOP <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">All Rights Reserved</a>',
/** /**
* 备案号 * 备案号
*/ */
caseNumber: '' caseNumber: '豫ICP备17049587-2号'
} }

View File

@ -6,7 +6,7 @@
</div> </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.2
</h3> </h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号"> <el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">