diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index 7ee47c0..1d536b9 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -77,10 +77,10 @@ const dialog = reactive({ const handleSee = async (row: any) => { console.log('查看画面', row); // 在这里可以添加打开画面的逻辑 - if (!row || !row.videoUrl) { - proxy?.$modal.msgError('视频地址不存在'); - return; - } + // if (!row || !row.videoUrl) { + // proxy?.$modal.msgError('视频地址不存在'); + // return; + // } await videosStore.getVideos(row.id); monitorVideoUrl.value = videosStore.hisUrl; dialog.visible = true; diff --git a/src/views/systemList/user/user.vue b/src/views/systemList/user/user.vue index 1f65e42..ccf9d3d 100644 --- a/src/views/systemList/user/user.vue +++ b/src/views/systemList/user/user.vue @@ -107,7 +107,7 @@ prop="createTime" :show-overflow-tooltip="true" /> - +