MONSTER-ygh 1 anno fa
parent
commit
017c0b756e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      .env.development
  2. 1 1
      .env.production

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 伟大转折后台管理系统(开发)
+VUE_APP_TITLE = 伟大转折后台管理系统(开发)
 
 # 开发环境配置
 ENV = 'development'

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 伟大转折后台管理系统
+VUE_APP_TITLE = 伟大转折后台管理系统
 
 # 生产环境配置
 ENV = 'production'