ebike-plus-ui/.env.production

11 lines
321 B
Plaintext
Raw Normal View History

# 生产环境
VITE_USER_NODE_ENV = production
# 打包路径 (就是网站前缀, 例如部署到 http://dcodes.gitee.io/SnowAdmin/ 域名下, 就需要填写 /SnowAdmin/), 一般填一个斜杠 /
2024-07-25 00:07:18 +08:00
VITE_PUBLIC_PATH = '/'
2024-07-22 19:08:14 +08:00
# 请求路径 管理系统/开发环境
VITE_APP_BASE_URL = '/'
2024-07-22 19:08:14 +08:00
VITE_GLOB_APP_TITLE = SnowAdmin