src/store/modules/mobile.js
@@ -280,6 +280,11 @@ state.pointLayer.addOverlay(billboard); //实景 // commit("MSET_OPENPOINTEL", true); }, MSET_LOCKPERSPECTIVEL({ state, commit, dispatch }, val) { //锁定 state.mviewer.camera.lookAtTransform(global.DC.Namespace.Cesium.Matrix4.IDENTITY) // console.log(global.DC.Namespace.Cesium.Matrix4.IDENTITY) } } }