From 78f05d1de90a0eb62abbbc6d17dfac78b739cf7a Mon Sep 17 00:00:00 2001 From: wuyibo <771227828@qq.com> Date: Thu, 27 Oct 2022 09:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E4=B8=8D=E5=90=8C=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=A0=87=E9=A2=98=EF=BC=8C=E6=9B=B4=E5=A5=BD?= =?UTF-8?q?=E5=8C=BA=E5=88=86=E7=8E=AF=E5=A2=83?= 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 c81bae7b..3a35b011 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 篮球Zone后台管理系统 +VUE_APP_TITLE = dev-篮球Zone后台管理系统 # 开发环境配置 ENV = 'development' diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index 1a511033..eae6ce0f 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 篮球Zone后台管理系统 +VUE_APP_TITLE = stage-篮球Zone后台管理系统 NODE_ENV = production