This repository has been archived on 2026-06-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
xkrs_ms/ruoyi-ui/.env.production
T
2021-06-10 18:05:27 +08:00

9 lines
165 B
Bash

# 页面标题
VUE_APP_TITLE = 若依管理系统
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'