// 组件相关配置文件 export const cpnsList = [ { classType: 'icon-m-anniu', type: 'button', text: '按钮', }, { classType: 'icon-wenben', type: 'text', text: '文字', }, { classType: 'icon-tupian', type: 'image', text: '图片', } ]