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;