diff --git a/package.json b/package.json index 5d4e169..a4bb5dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eladmin-web", "version": "2.6.0", - "description": "EL-ADMIN 前端源码", + "description": "ELADMIN 前端源码", "author": "Zheng Jie", "license": "Apache-2.0", "scripts": { diff --git a/src/settings.js b/src/settings.js index 49cd65f..4dc3f90 100644 --- a/src/settings.js +++ b/src/settings.js @@ -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分钟) */ diff --git a/src/views/login.vue b/src/views/login.vue index 0f1251a..93961c8 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -2,7 +2,7 @@