修改api

main
coco1986509808 2023-12-28 16:36:09 +08:00
parent 3b3e0a9eab
commit 0269f6ac4c
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}