Files
RuoYi-Vue3-FastAPI/ruoyi-fastapi-frontend/.env.development
2024-04-02 10:45:44 +08:00

9 lines
170 B
Plaintext

# 页面标题
VITE_APP_TITLE = vfadmin管理系统
# 开发环境配置
VITE_APP_ENV = 'development'
# vfadmin管理系统/开发环境
VITE_APP_BASE_API = '/dev-api'