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

9 lines
170 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'
2024-04-02 10:45:44 +08:00
# vfadmin管理系统/开发环境
2024-01-22 23:46:27 +08:00
VITE_APP_BASE_API = '/dev-api'