export default { // 设置按钮样式 setBtnStyle(state, val) { const obj = val || { type: 'text', size: '' } state.btnStyleVal = obj }, }