7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
# 生产环境配置
|
|
# 正式环境API地址
|
|
VITE_API_BASE_URL=https://mbtiapi.quwanzhi.com
|
|
|
|
# 环境标识
|
|
VITE_APP_ENV=production
|
|
VITE_APP_TITLE=MBTI管理后台 |