diff --git a/src/api/media/playback.ts b/src/api/media/playback.ts index 10b88c55..e0e85b34 100644 --- a/src/api/media/playback.ts +++ b/src/api/media/playback.ts @@ -43,7 +43,7 @@ export default { server.post(`/media/device/${deviceId}/${channelId}/records/in-server/files`, data), // 播放云端回放 - playbackStart: (recordId: string) => `${BASE_API_PATH}/record/${recordId}.mp4?:X_Access_Token=${LocalStore.get(TOKEN_KEY)}`, + playbackStart: (recordId: string) => `${BASE_API_PATH}/media/record/${recordId}.mp4?:X_Access_Token=${LocalStore.get(TOKEN_KEY)}`, - downLoadFile: (recordId: string) => `${BASE_API_PATH}/record/${recordId}.mp4?download=true&:X_Access_Token=${LocalStore.get(TOKEN_KEY)}` + downLoadFile: (recordId: string) => `${BASE_API_PATH}/media/record/${recordId}.mp4?download=true&:X_Access_Token=${LocalStore.get(TOKEN_KEY)}` } \ No newline at end of file diff --git a/src/views/DataCollect/Collector/Point/components/BatchUpdate/index.vue b/src/views/DataCollect/Collector/Point/components/BatchUpdate/index.vue index 02b7f3ec..5864a71b 100644 --- a/src/views/DataCollect/Collector/Point/components/BatchUpdate/index.vue +++ b/src/views/DataCollect/Collector/Point/components/BatchUpdate/index.vue @@ -4,6 +4,7 @@ :visible="true" width="700px" @cancel="handleCancel" + :destroyOnClose="true" >
将批量修改 @@ -86,7 +87,6 @@