调整名称
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* @LastEditors: huangdeliang
|
||||
*/
|
||||
module.exports = {
|
||||
title: '管理系统',
|
||||
title: '胜唐管理系统',
|
||||
|
||||
/**
|
||||
* 是否系统布局配置
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user