mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-29 09:48:06 +08:00
9d0c3f305d
* feat: 可配置首页显示与隐藏
6 lines
178 B
Bash
6 lines
178 B
Bash
# 平台本地运行端口号
|
||
VITE_PORT = 8848
|
||
|
||
# 是否隐藏首页 隐藏 true 不隐藏 false (勿删除,VITE_HIDE_HOME只需在.env文件配置)
|
||
VITE_HIDE_HOME = false
|