Files
geg-gas-web/.env

18 lines
530 B
Bash
Raw Permalink 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 = 全代码平台
# 应用名称仅展示在登录页和左上角logo旁其他情况用VITE_GLOB_APP_TITLE
VITE_SYSTEM_NAME = 全代码平台
# 应用名称简写用于空间不足的界面显示左上角logo旁7个字以内超出变成...
# VITE_SYSTEM_SHORT_NAME = 全代码平台
# 响应式布局的表单宽度分界
VITE_RESP_LG_WIDTH = 1280
VITE_RESP_MD_WIDTH = 960