update
This commit is contained in:
@ -25,7 +25,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: '乐享美酒-后台管理',
|
||||
title: 'YSHOP-后台管理',
|
||||
logo: Logo
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ module.exports = {
|
||||
/**
|
||||
* @description 网站标题
|
||||
*/
|
||||
title: '乐享美酒',
|
||||
title: 'YSHOP-3.2',
|
||||
/**
|
||||
* @description 是否显示 tagsView
|
||||
*/
|
||||
@ -42,9 +42,9 @@ module.exports = {
|
||||
/**
|
||||
* 底部文字,支持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号'
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
|
||||
<h3 class="title">
|
||||
乐享美酒管理后台
|
||||
YSHOP后台管理系统-3.2
|
||||
</h3>
|
||||
<el-form-item prop="username">
|
||||
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
|
||||
|
Reference in New Issue
Block a user