From 5e47738f99e307bab1c8a5ee9ecd96d8c7f4a968 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 08 Jan 2022 10:43:01 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/store/getters.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/store/getters.js b/src/store/getters.js
index d20671d..a7bfdf5 100644
--- a/src/store/getters.js
+++ b/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 = {

--
Gitblit v1.9.3