agri-ui/.env.production

12 lines
205 B
Plaintext

# 页面标题
VUE_APP_TITLE = 智能农业管理系统
# 生产环境配置
ENV = 'production'
# 基础路径
VUE_APP_BASE_API = '/api'
# 后端请求路径
VUE_APP_URL = 'https://api.xiaoces.com/api'