From 261b667016f42def26181496a614fbaf2a179433 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Mon, 9 Jun 2025 13:40:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6=E6=A0=B7=E5=BC=8F=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 2 +-
.env.production | 2 +-
.env.staging | 2 +-
package.json | 2 +-
src/components/TopNav/index.vue | 6 ++++--
src/layout/components/Navbar.vue | 4 ++--
src/router/index.js | 2 +-
src/views/index.vue | 6 +++---
src/views/index_v1.vue | 25 +++++++++----------------
src/views/login.vue | 2 +-
src/views/login1.vue | 2 +-
src/views/register.vue | 2 +-
src/views/register1.vue | 2 +-
vue.config.js | 2 +-
14 files changed, 28 insertions(+), 33 deletions(-)
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 @@