2024-10-31 11:44:37 +08:00

11 lines
220 B
Bash

# 生产环境优先级
# development & production > .env
# title
VITE_GLOB_APP_TITLE = SnowAdmin
# 静态资源url
VITE_IMG_BASE_URL = 'https://my-image-cdn.com'
# 本地mock数据
VITE_APP_OPEN_MOCK = true