| | |
| | | |
| | | const root = getRoot() |
| | | const store = useMyStore() |
| | | |
| | | const workspace_id = computed(() => store.state.common.projectId) |
| | | const messageHandler = async (payload: any) => { |
| | | if (!payload) { |
| | | return |
| | |
| | | break |
| | | } |
| | | case EBizCode.DockOsd: { |
| | | // if (payload.data.sn === workspace_id.value) { |
| | | store.commit('SET_DOCK_INFO', payload.data) |
| | | // console.log(payload.data, 'data') |
| | | // } |
| | | break |
| | | } |
| | | case EBizCode.MapElementCreate: { |
| | |
| | | |
| | | .main-content { |
| | | flex: 1; |
| | | color: $text-white-basic; |
| | | color: $text-white-basic !important; |
| | | width: 285px; |
| | | } |
| | | } |