diff --git a/.env.development b/.env.development
index 65ef7ca3..0cc44106 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
# 页面标题
-VUE_APP_TITLE = 智慧食堂
+VUE_APP_TITLE = 智慧食堂系统
# 开发环境配置
ENV = 'development'
diff --git a/.env.production b/.env.production
index 2a211c8e..2454c0c6 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 页面标题
-VUE_APP_TITLE = 智慧食堂
+VUE_APP_TITLE = 智慧食堂系统
# 生产环境配置
ENV = 'production'
diff --git a/.env.staging b/.env.staging
index 794c5f57..4a96cd65 100644
--- a/.env.staging
+++ b/.env.staging
@@ -1,5 +1,5 @@
# 页面标题
-VUE_APP_TITLE = 智慧食堂
+VUE_APP_TITLE = 智慧食堂系统
NODE_ENV = production
diff --git a/package.json b/package.json
index bccf076f..ea972a0d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "bonus",
"version": "3.6.4",
- "description": "智慧食堂",
+ "description": "智慧食堂系统",
"author": "博诺思",
"license": "MIT",
"scripts": {
diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue
index 08a4219b..d649b0e9 100644
--- a/src/components/TopNav/index.vue
+++ b/src/components/TopNav/index.vue
@@ -6,8 +6,10 @@
>
当前版本: v{{ version }}
@@ -59,7 +59,7 @@