Explorar el Código

1. 修改名称

MONSTER-ygh hace 1 año
padre
commit
017c0b756e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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'