上一页 1 2 3 4 5 6 7 ··· 129 下一页
摘要: :wrapperClosable="false" 阅读全文
posted @ 2025-01-03 11:40 ThisCall 阅读(127) 评论(0) 推荐(0)
摘要: // 创建一个临时的URL指向MP4文件 const url = URL.createObjectURL(yourMp4BlobOrFile); // 创建一个临时的video元素 const video = document.createElement('video'); video.src = 阅读全文
posted @ 2025-01-02 15:47 ThisCall 阅读(123) 评论(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 阅读(150) 评论(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 阅读(11) 评论(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 阅读(56) 评论(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 阅读(71) 评论(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 阅读(424) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-12-25 17:00 ThisCall 阅读(9) 评论(0) 推荐(0)
摘要: <template> <!-- 搜索筛选 --> <van-popup v-model="showPopup" round position="bottom" :style="{ height: '70%' }" closeable close-icon="cross" class="page-fi 阅读全文
posted @ 2024-12-19 10:45 ThisCall 阅读(17) 评论(0) 推荐(0)
摘要: <van-popup v-model="showProject" position="bottom" get-container="body" class="pb20" :style="{ height: '80%', }" closeable round > <div class="pop-hea 阅读全文
posted @ 2024-12-19 10:30 ThisCall 阅读(11) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 129 下一页