maxiaoxiao 1 year ago
parent
commit
3de48dcd07
1 changed files with 1 additions and 0 deletions
  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;