operation-system/.env.development

9 lines
227 B
Plaintext
Raw Normal View History

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