系统名称使用变量修正

This commit is contained in:
yaoyn
2025-05-30 11:29:54 +08:00
parent 88c193fc0e
commit e2d478c851
5 changed files with 17 additions and 9 deletions

6
.env
View File

@ -4,11 +4,13 @@ VITE_PORT = 3100
# spa-title
VITE_GLOB_APP_TITLE = 全代码平台
# spa shortname
# spa shortname(英文缩写)
VITE_GLOB_APP_SHORT_NAME = 全代码平台
# 应用名称
# 应用名称仅展示在登录页和左上角logo旁其他情况用VITE_GLOB_APP_TITLE
VITE_SYSTEM_NAME = 全代码平台
# 应用名称简写用于空间不足的界面显示左上角logo旁7个字以内超出变成...
# VITE_SYSTEM_SHORT_NAME = 全代码平台
# 响应式布局的表单宽度分界
VITE_RESP_LG_WIDTH = 1280