Parcourir la source

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

xie.bx il y a 3 ans
Parent
commit
a85449358c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      im-ui/.env.production

+ 2 - 2
im-ui/.env.production

@@ -3,6 +3,6 @@ ENV = 'production'
 # app名称
 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地址
-VUE_APP_WS_URL = 'wss://8.134.92.70:81/im'
+VUE_APP_WS_URL = 'wss://www.boxim.online:81/im'