---初始化后台管理web页面项目
This commit is contained in:
17
.env
Normal file
17
.env
Normal file
@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user