diff --git a/.env.example b/.env.example
index 47ba6b0..e5ec513 100644
--- a/.env.example
+++ b/.env.example
@@ -3,6 +3,8 @@ BASE_URL=/
VUE_APP_VUEX_KEY=ex_vuex
+VUE_APP_PAGE_TITLE="ZH Explorer"
+VUE_APP_PAGE_COPYRIGHT="@2021 域展科技 All Rights Reserved.Powered by 哈尔滨域展科技有限公司 黑ICP备19007143号-2"
VUE_APP_TITLE=联盟链浏览器
VUE_APP_API_URL=/api
VUE_APP_BLOCK_URL=https://explorer.lianshang.vip/api
diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index a135c5e..44d33a7 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -1,14 +1,13 @@