src/store/getters.js
@@ -20,7 +20,7 @@ dimension: (state) => state.mobile.dimension, // 维度 dimensionData: (state) => state.mobile.dimensionData, // 维度镜头数据 perspectiveControl: (state) => state.mobile.perspectiveControl, ///视角控制:高度、角度 ()=>{} audioData: (state) => state.mobile.audioData, //文字转语音状态 audioState: (state) => state.mobile.audioState, //文字转语音状态 }; const navigation = {