maxiaoxiao hace 1 año
padre
commit
3de48dcd07
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/sceneAtttribute/otherOptions/otherOptions.vue

+ 1 - 0
src/components/sceneAtttribute/otherOptions/otherOptions.vue

@@ -324,6 +324,7 @@ export default {
     },
     multiViewport(value) {
       scene.multiViewportMode = Cesium.MultiViewportMode[value];
+      store.setsplitType(value)
     },
     openSceneFlood(val) {
       viewer.scene.bloomEffect.show = val;