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