💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
#组件名: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’时必传 |