This commit is contained in:
Zheng Jie
2022-08-02 13:29:54 +08:00
parent bba717cedb
commit b0b39d228a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "eladmin-web",
"version": "2.6.0",
"description": "EL-ADMIN 前端源码",
"description": "ELADMIN 前端源码",
"author": "Zheng Jie",
"license": "Apache-2.0",
"scripts": {

View File

@@ -2,7 +2,7 @@ module.exports = {
/**
* @description 网站标题
*/
title: 'EL-ADMIN',
title: 'ELADMIN',
/**
* @description 是否显示 tagsView
*/
@@ -22,7 +22,7 @@ module.exports = {
/**
* @description token key
*/
TokenKey: 'EL-ADMIN-TOEKN',
TokenKey: 'ELADMIN-TOEKN',
/**
* @description 请求超时时间毫秒默认2分钟
*/

View File

@@ -2,7 +2,7 @@
<div class="login" :style="'background-image:url('+ Background +');'">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
<h3 class="title">
EL-ADMIN 后台管理系统
ELADMIN 后台管理系统
</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">