AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
#组件名:photoVideoEnlargement(图片,视放大弹窗组件) ### 作者:龚毓粼 ### 效果: ![](https://img.kancloud.cn/67/af/67af63f3a359652f6cda2157bae4fef8_1031x660.png) ## 使用方式: ``` import photoVideoEnlargement from './pop-up/photoVideoEnlargement.vue' <!-- 在对应页面使用 -->       <photo-video-Enlargement         ref="enlargement"         :is-video="isVideo"         :src="srcUrl"         :src-list="srcList"       /> ``` ### 说明: 使用时,组件内调用接口,需要根据项目修改 ### 参数: | 参数 | 作用 | 类型 | 默认 | 是否必传 | 属性 | | --- | --- | --- | --- | --- | --- | | isVideo| 弹窗类型| String| ‘0’ | 是 | '0'是图片,'1'是视频 | | srcUrl| 图片地址| String| '' | 是 | isVideo为‘0’时必传 | | srcList| 视频地址| Array| [] | 是 | isVideo为‘1’时必传 |