From bdc8dae7292087a52c4b46924f38014665ae245f Mon Sep 17 00:00:00 2001 From: lzp <1747191978@qq.com> Date: Fri, 9 May 2025 13:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=B0=B4=E6=B8=A9=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 2 +- .env.staging | 2 +- package.json | 2 +- src/views/index.vue | 8 +++++--- src/views/login.vue | 2 +- src/views/register.vue | 2 +- vue.config.js | 2 +- 8 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.env.development b/.env.development index 6e8675d..8a249c0 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 智能居家数据监护 +VUE_APP_TITLE = 智能水温控制系统 # 开发环境配置 ENV = 'development' -# 智能居家数据监护/开发环境 +# 智能水温控制系统/开发环境 VUE_APP_BASE_API = '/dev-api' VUE_APP_IMG_URL = 'https://test.tall.wiki/commen/' VUE_APP_API_QZURL = 'https://test.tall.wiki/commen/' diff --git a/.env.production b/.env.production index 8798cc1..9deaa3c 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智能居家数据监护 +VUE_APP_TITLE = 智能水温控制系统 # 生产环境配置 NODE_ENV = 'production' diff --git a/.env.staging b/.env.staging index ad0a895..79b552e 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 47c0413..c4800b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi", "version": "3.8.9", - "description": "智能居家数据监护", + "description": "智能水温控制系统", "author": "若依", "license": "MIT", "scripts": { diff --git a/src/views/index.vue b/src/views/index.vue index a04d9d7..5cd6bcd 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,7 +1,7 @@