From 0269f6ac4cb0ebc8fe1f4d8992f23bac78618b38 Mon Sep 17 00:00:00 2001 From: coco1986509808 <1986509808@qq.com> Date: Thu, 28 Dec 2023 16:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config.js b/public/config.js index 0b227ec..5c54fb2 100644 --- a/public/config.js +++ b/public/config.js @@ -1,6 +1,6 @@ window.GLOBAL_CONFIG = { - apiURL: "http://192.168.1.196:8889/face", + apiURL: "http://127.0.0.1:8889/face", IMG_SERVER_URL: "http://192.168.1.133:9000", - SOCKET_URL: "ws://192.168.1.196:8889/face/webSocketServer", + SOCKET_URL: "ws://127.0.0.1:8889/face/webSocketServer", rtspApi_URL: window.location.protocol + '//' + window.location.hostname + ':' + window.location.port, }