guoyu/Study-Vue-redis/ry-study-ui/.env.development
2025-12-03 18:58:36 +08:00

9 lines
244 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 国语教育平台 ENV = 'development'
# 国语教育平台
VUE_APP_BASE_API = '/dev-api'
# 后端服务地址用于WebSocket连接
VUE_APP_BASE_URL = 'http://localhost:30091'
# 国语教育平台 VUE_APP_TITLE = '国语教育平台'