上一页 1 2 3 4 5 6 7 ··· 129 下一页
摘要: .page-video-notime video::-webkit-media-controls-timeline { display: none; } 阅读全文
posted @ 2025-01-10 16:35 ThisCall 阅读(43) 评论(0) 推荐(0)
摘要: :class="[`sys-status-plan-require${scope.row.relatedFlag}`]" 阅读全文
posted @ 2025-01-07 15:57 ThisCall 阅读(13) 评论(0) 推荐(0)
摘要: :wrapperClosable="false" 阅读全文
posted @ 2025-01-03 11:40 ThisCall 阅读(154) 评论(0) 推荐(0)
摘要: // 创建一个临时的URL指向MP4文件 const url = URL.createObjectURL(yourMp4BlobOrFile); // 创建一个临时的video元素 const video = document.createElement('video'); video.src = 阅读全文
posted @ 2025-01-02 15:47 ThisCall 阅读(155) 评论(0) 推荐(0)
摘要: import store from '@/store' /** * 字符权限校验 * @param {Array} value 校验值 * @returns {Boolean} */ export function checkPermi(value) { if (value && value ins 阅读全文
posted @ 2024-12-31 10:45 ThisCall 阅读(169) 评论(0) 推荐(0)
摘要: <template> <div> <el-dialog v-bind="$attrs" v-on="$listeners" @open="onOpen" @close="onClose" :title="title" width="800px" > <el-form ref="elForm" :mo 阅读全文
posted @ 2024-12-26 17:33 ThisCall 阅读(19) 评论(0) 推荐(0)
摘要: <video ref="videoPlayer" id="my-video" preload="meta" height="200px" width="300px" data-setup="{}" autoplay controls > <source src="@/assets/cs.mp4" t 阅读全文
posted @ 2024-12-26 14:50 ThisCall 阅读(75) 评论(0) 推荐(0)
摘要: // 当前时间 var currentTime = new Date(); // 指定时间,例如:2023-04-01 15:00:00 var specifiedTime = new Date('2023-04-01 15:00:00'); // 比较当前时间和指定时间 if (currentTi 阅读全文
posted @ 2024-12-26 14:48 ThisCall 阅读(77) 评论(0) 推荐(0)
摘要: <van-datetime-picker type="datetime" title="选择开始时间" :min-date="minDate" /> 1.当前时间 this.minDate = new Date(); 2.当前时间往后推24小时 this.minDate = new Date(Dat 阅读全文
posted @ 2024-12-26 11:58 ThisCall 阅读(484) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-12-25 17:00 ThisCall 阅读(12) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 129 下一页