1 2 3
NODE_ENV='development' VUE_APP_TITLE='生产环境'
4 5
# VUE_APP_BASE_API="http://8.130.38.56:8043" VUE_APP_BASE_API="http://10.0.0.208:5000"
6
VUE_APP_BASE_WSS="ws://8.130.38.56:8043/api/message/websocket"