chat/.env.development

12 lines
290 B
Plaintext
Raw Normal View History

2022-08-23 18:36:34 +08:00
# 开发环境配置
# ENV = 'development'
# 路由懒加载
# VUE_CLI_BABEL_TRANSPILE_MODULES = true
# pei你看雪博客/开发环境/websocket地址
VUE_APP_SOCKET = 'wss://pnkx.top/websocket/websocket'
# 若依管理系统/开发环境
VUE_APP_BASE_API = 'https://pnkx.top/prod-api'