UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

12 lines (8 loc) 286 B
const PRESETS = ['error', 'search', 'default', 'network']; function imageUrl(image) { if (PRESETS.indexOf(image) !== -1) { return `https://mike-1255355338.cos.ap-guangzhou.myqcloud.com/press%2Fimg%2Fempty-image-${image}.png`; } return image; } export default { imageUrl };