From 8b1feb3b5faeab7a7ce22b90010f042ab02f5f1b Mon Sep 17 00:00:00 2001 From: zangchenhao Date: Mon, 7 Jul 2025 17:33:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=90=8D=E7=A7=B0=E4=B8=BA"=E6=99=BA=E9=80=A0MOM?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E7=B3=BB=E7=BB=9F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了 .env.production 文件中的 VITE_APP_TITLE 变量 - 更新了 package.json 文件中的 description 字段 - 调整了 register.vue 文件中的页面标题 --- .env.production | 2 +- package.json | 2 +- src/views/register.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 1109bc6..0516991 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_TITLE = 智造MOM平台系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/package.json b/package.json index 5ac3c42..d4fcf49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi-vue-plus", "version": "5.2.3", - "description": "RuoYi-Vue-Plus多租户管理系统", + "description": "智造MOM平台系统", "author": "LionLi", "license": "MIT", "type": "module", diff --git a/src/views/register.vue b/src/views/register.vue index c3d1930..7947fee 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -1,7 +1,7 @@