From 7efc23dfd2185bd345a7e73536b9afe5cd4b483b Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Sat, 28 Feb 2026 15:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E9=A1=B5=E9=9D=A2=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/.env.development | 2 +- ruoyi-ui/.env.staging | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index 4f6fe95..e1241ca 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = UAT支行数智管理平台系统 +VUE_APP_TITLE = DEV支行数智管理平台系统 # 开发环境配置 ENV = 'development' diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index bae4f75..3ce0646 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = PRE支行数智管理平台系统 +VUE_APP_TITLE = UAT支行数智管理平台系统 NODE_ENV = staging