gateway-ui/.env.production

15 lines
291 B
Plaintext
Raw Normal View History

2025-04-17 10:19:13 +08:00
# 页面标题
2025-04-17 10:24:01 +08:00
VUE_APP_TITLE = 创特网关
2025-04-17 10:19:13 +08:00
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 七牛云域名
VUE_APP_QINIU_DOMAIN = 'https://api.ccttiot.com'
# WebSocket地址
2025-04-17 10:24:01 +08:00
VUE_APP_WS_HOST = 'wss://pm.chuangtewl.com/prod-api'