Browse Source

域名备案终于通过,改为域名访问

master
xie.bx 3 years ago
parent
commit
a85449358c
  1. 4
      im-ui/.env.production

4
im-ui/.env.production

@ -3,6 +3,6 @@ ENV = 'production'
# app名称 # app名称
VUE_APP_NAME = "盒子IM" VUE_APP_NAME = "盒子IM"
# 接口地址 # 接口地址
VUE_APP_BASE_API = 'https://8.134.92.70:443/api' VUE_APP_BASE_API = 'https://www.boxim.online/api'
# ws地址 # ws地址
VUE_APP_WS_URL = 'wss://8.134.92.70:81/im' VUE_APP_WS_URL = 'wss://www.boxim.online:81/im'
Loading…
Cancel
Save