Files
mayfly-go/mayfly_go_web/.env.development

9 lines
151 B
Plaintext
Raw Normal View History

# 本地环境
ENV = 'development'
# 本地环境接口地址
2023-09-26 17:38:52 +08:00
VITE_API_URL = '/api'
# 路由模式
# Optional: hash | history
VITE_ROUTER_MODE = hash