.env.production 202 Bytes Edit Raw Blame History 1 2 3 4 5 6 NODE_ENV='development' VUE_APP_TITLE='生产环境' # VUE_APP_BASE_API="http://8.130.38.56:8043" VUE_APP_BASE_API="http://10.0.0.208:5000" VUE_APP_BASE_WSS="ws://8.130.38.56:8043/api/message/websocket"