From bb040b01fe219741b60b22424875673253dcca72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=BE=B7=E4=BA=91?= Date: Sat, 29 Nov 2025 22:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E4=BD=93=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E9=83=A8=E9=97=A8=E8=AE=BE=E7=BD=AE=E5=92=8C?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- .env.production | 4 +- .env.staging | 4 +- index.html | 2 +- package.json | 4 +- src/App.vue | 77 ++++++++++++++++----- src/components/NGTools/meterResult.vue | 4 +- src/layout/components/Navbar/index.vue | 4 +- src/views/auth/index.vue | 17 +++-- src/views/auth/login.vue | 3 +- src/views/index.vue | 92 +++++++------------------- vite.config.js | 4 +- 12 files changed, 110 insertions(+), 109 deletions(-) diff --git a/.env.development b/.env.development index 20a3286..4321283 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 天然气工具集 +VITE_APP_TITLE = 天然气工具箱 # 开发环境配置 VITE_APP_ENV = 'development' -# 天然气工具集/开发环境 +# 天然气工具箱/开发环境 VITE_APP_BASE_API = '/dev-api' # 路由基础路径 diff --git a/.env.production b/.env.production index 22aa4b1..d76427b 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE =天然气工具集 +VITE_APP_TITLE =天然气工具箱 # 生产环境配置 VITE_APP_ENV = 'production' -# 天然气工具集/生产环境 +# 天然气工具箱/生产环境 VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/.env.staging b/.env.staging index 6cde7ad..d455220 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 天然气工具集 +VITE_APP_TITLE = 天然气工具箱 # 生产环境配置 VITE_APP_ENV = 'staging' -# 天然气工具集/生产环境 +# 天然气工具箱/生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/index.html b/index.html index e024604..0185a56 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 天然气工具集 + 天然气工具箱