Merge remote-tracking branch 'origin/v3.3'

This commit is contained in:
taozi
2022-10-04 14:19:05 +08:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "yshop-web", "name": "yshop-web",
"version": "2.4.0", "version": "2.4.0",
"description": "yshop3.0 前端源码", "description": "yshop3.3 前端源码",
"author": "Zheng Jie", "author": "Zheng Jie",
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {

View File

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

View File

@ -19,7 +19,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 YSHOP后台管理系统-3.3
</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="账号">