.env.production 158 Bytes

NODE_ENV='development'
VUE_APP_TITLE='生产环境'
VUE_APP_BASE_API="http://8.130.38.56:8043"
VUE_APP_BASE_WSS="ws://8.130.38.56:8043/api/message/websocket"