diff --git a/.env.development b/.env.development index f173e70..a61ffc3 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 机加大师 +VUE_APP_TITLE = 智造大师 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index fc4438e..63b8337 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 机加大师 +VUE_APP_TITLE = 智造大师 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 282bbca..525bf3a 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 机加大师 +VUE_APP_TITLE = 智造大师 NODE_ENV = production diff --git a/public/index.html b/public/index.html index 596873b..6f7abbb 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@