调整名称

This commit is contained in:
huangdeliang
2021-01-20 21:55:10 +08:00
parent 8c4dea035e
commit f99f84ce07
4 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
* @LastEditors: huangdeliang
*/
module.exports = {
title: '管理系统',
title: '胜唐管理系统',
/**
* 是否系统布局配置

View File

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">后台管理系统</h3>
<h3 class="title">胜唐管理系统</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
@ -48,7 +48,7 @@
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2018-2019 ruoyi.vip All Rights Reserved.</span>
<span>Copyright © 2020-{{new Date().getFullYear()}} ShengTangDiet Rights Reserved.</span>
</div>
</div>
</template>