perf: 优化环境变量注释

This commit is contained in:
xiaoxian521
2022-11-17 15:44:11 +08:00
parent 12db42892d
commit e4a87e2138
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# 线上环境项目打包路径
# 线上环境平台打包路径
VITE_PUBLIC_PATH = /
# 线上环境路由历史模式
# 线上环境路由历史模式Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数"
VITE_ROUTER_HISTORY = "hash"
# 是否为打包后的文件提供传统浏览器兼容性支持 支持 true 不支持 false