From e41e1789ae90f50cc6ed337f1a7d791a1835908f Mon Sep 17 00:00:00 2001 From: wenlele Date: Mon, 22 May 2023 10:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E6=97=B6=E9=97=B4=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/VideoAccess-VCMP/api/.vscode/launch.json | 2 +- .../src/components/videoPlayer/videoOperationHistroyTime.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/VideoAccess-VCMP/api/.vscode/launch.json b/code/VideoAccess-VCMP/api/.vscode/launch.json index 37c9c3e..2bc7c49 100644 --- a/code/VideoAccess-VCMP/api/.vscode/launch.json +++ b/code/VideoAccess-VCMP/api/.vscode/launch.json @@ -17,7 +17,7 @@ "-f http://localhost:4000", // "-g postgres://postgres:123@10.8.30.166:5432/video-access", "-g postgres://postgres:123@10.8.30.166:5432/video_access-dev", - "--redisHost 10.8.30.112", + "--redisHost 127.0.0.1", "--redisPort 6379", "--axyApiUrl http://127.0.0.1:4100", // "--axyApiUrl http://10.8.30.161:31260", diff --git a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationHistroyTime.jsx b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationHistroyTime.jsx index 3d23ce3..ab4cb89 100644 --- a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationHistroyTime.jsx +++ b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationHistroyTime.jsx @@ -31,7 +31,7 @@ const VideoOperationHistroyTime = ({ close, histroyTime, setHistroyTime, setProc type="dateTimeRange" needConfirm={true} value={selectedTimeRange} - onChange={(t, timeRange) => { + onConfirm={(t, timeRange) => { setSelectedTimeRange(timeRange) console.log(timeRange); }}