Merge branch 'master' into deploy
# Conflicts: # src/views/login.vue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "eladmin-web",
|
||||
"version": "2.6.0",
|
||||
"description": "EL-ADMIN 前端源码",
|
||||
"description": "ELADMIN 前端源码",
|
||||
"author": "Zheng Jie",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
|
||||
@@ -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分钟)
|
||||
*/
|
||||
|
||||
@@ -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="账号">
|
||||
|
||||
Reference in New Issue
Block a user