Files
geg-gas-web/.env
张福财 1b0ba4e7d7 1、修改登录界面主题
2、修改整体界面主题
2026-04-01 19:36:43 +08:00

18 lines
537 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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