mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 23:40:24 +08:00
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
# 线上环境
|
|
ENV = 'production'
|
|
|
|
# 线上环境接口地址
|
|
VITE_API_URL = '/api'
|
|
|
|
# 路由模式
|
|
# Optional: hash | history
|
|
VITE_ROUTER_MODE = hash |