@ -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",
@ -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);
}}