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