Explorar el Código

websocket连接

cz hace 1 año
padre
commit
7ae192ae8a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .env.production

+ 2 - 2
.env.production

@@ -7,9 +7,9 @@ VITE_APP_ENV = 'production'
 # 若依管理系统/生产环境
 VITE_APP_BASE_API = '/prod-api'
 
-VITE_APP_WS_API = ':9898/prod-api'
+VITE_APP_WS_API = '/prod-api'
 
-VITE_APP_IP = '139.9.102.170'
+VITE_APP_IP = 'www.victoriatourist.ltd'
 
 
 # 是否在打包时开启压缩,支持 gzip 和 brotli