CMVR-IOT-UI/.env.development

18 lines
504 B
Plaintext
Raw Normal View History

2025-08-21 14:11:58 +08:00
# 页面标题
VITE_APP_TITLE = 招商车研物联网平台
# 开发环境配置
VITE_APP_ENV = 'development'
# 招商车研物联网平台/开发环境
VITE_APP_BASE_API = '/dev-api'
VITE_API_URL = http://10.148.20.34:13080
VITE_WS_URL = ws://10.148.20.34:13080/ws
# VITE_API_URL = http://10.148.108.95:13080 //杨溪IP
# VITE_API_URL = http://10.148.108.58:13080 //赵培利IP
#node-red 服务地址
#VITE_NODE_RED_URL = 'http://10.148.20.34:13080'
VITE_NODE_RED_URL = 'http://10.148.108.59:1880'