operation-system/.env.development

9 lines
228 B
Plaintext
Raw Normal View History

2025-05-30 13:16:11 +08:00
# 页面标题
VITE_APP_TITLE = 运营云后台管理系统
# 开发环境配置
VITE_APP_ENV = 'development'
# 开发环境
2025-06-10 13:44:45 +08:00
VITE_APP_BASE_API = 'http://192.168.18.99:8080/'
VITE_APP_PLATFORM = 'http://localhost:9000/platform'