# 页面标题 VUE_APP_TITLE = ByteSailing # 生产环境配置 VUE_APP_ENV = 'production' # 若依管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli VUE_APP_COMPRESS = gzip VUE_APP_WS_API = ':9898/prod-api' VUE_APP_IP = '139.9.102.170'