AWS-Bill/ruoyi-fastapi-frontend/.env.development

9 lines
169 B
Plaintext
Raw Normal View History

2024-01-22 23:46:27 +08:00
# 页面标题
2024-01-24 22:21:49 +08:00
VITE_APP_TITLE = vfadmin管理系统
2024-01-22 23:46:27 +08:00
# 开发环境配置
VITE_APP_ENV = 'development'
# 若依管理系统/开发环境
VITE_APP_BASE_API = '/dev-api'