diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue
index 1523844..8ecebed 100644
--- a/src/layout/components/AppMain.vue
+++ b/src/layout/components/AppMain.vue
@@ -8,7 +8,7 @@
diff --git a/src/settings.js b/src/settings.js
index 100cd80..49cd65f 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -2,7 +2,6 @@ module.exports = {
/**
* @description 网站标题
*/
- // title: '个人软件测试',
title: 'EL-ADMIN',
/**
* @description 是否显示 tagsView
@@ -39,9 +38,9 @@ module.exports = {
/**
* 底部文字,支持html语法
*/
- footerTxt: '© 2019 Zheng Jie Apache License 2.0',
+ footerTxt: '© 2018-2022 Zheng Jie Apache License 2.0',
/**
* 备案号
*/
- caseNumber: '浙ICP备18005431号-6'
+ caseNumber: ''
}
diff --git a/src/views/login.vue b/src/views/login.vue
index 8f64e0d..26e1acd 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -35,7 +35,7 @@