maxiaoxiao 1 년 전
부모
커밋
3de48dcd07
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;