yshop3.0正式发布

This commit is contained in:
hupeng
2020-07-14 16:07:02 +08:00
parent 0cfa30264e
commit d908ab8237
14 changed files with 10 additions and 11 deletions

View File

@ -2,7 +2,7 @@ module.exports = {
/**
* @description 网站标题
*/
title: 'YSHOP-3.0-RC2',
title: 'YSHOP-3.0',
/**
* @description 是否显示 tagsView
*/

View File

@ -2,7 +2,7 @@
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
<h3 class="title">
YSHOP后台管理系统-RC2
YSHOP后台管理系统-3.0
</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">