pangu-user-platform/pangu-ui/.env.development

14 lines
388 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 页面标题
VITE_APP_TITLE = 盘古用户认证中心
# 开发环境配置
VITE_APP_ENV = 'development'
# 后端接口前缀(通过 vite.config.js 代理到 http://localhost:8080
VITE_APP_BASE_API = '/dev-api'
# 是否启用Mock数据
# true - 使用 Mock 数据(无需启动后端)
# false - 使用真实后端接口(需先启动 pangu-admin
VITE_APP_MOCK = 'false'