mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
6 lines
178 B
Bash
6 lines
178 B
Bash
# 平台本地运行端口号
|
||
VITE_PORT = 9124
|
||
|
||
# 是否隐藏首页 隐藏 true 不隐藏 false (勿删除,VITE_HIDE_HOME只需在.env文件配置)
|
||
VITE_HIDE_HOME = false
|