| | |
| | | window.localStorage.setItem('bs_workspace_id', id) |
| | | }, |
| | | setOsdVisibleInfo: (state, info) => { |
| | | console.log('存储',info) |
| | | state.osdVisible = Object.assign({}, info) |
| | | window.localStorage.setItem('bs_osd', JSON.stringify(info)) |
| | | }, |
| | |
| | | dock.work_osd = info.host |
| | | } |
| | | }, |
| | | setEventTimeType : (state, data) => { |
| | | console.log('33333') |
| | | state.eventTimeType = data[0] |
| | | state.eventTimeParams = data[1] |
| | | setEventTimeType: (state, [timeType, timeParams]) => { |
| | | state.eventTimeType = timeType |
| | | state.eventTimeParams = timeParams |
| | | }, |
| | | setEventTimeRang : (state, time) => { |
| | | state.eventTimeRang = time |