|
@@ -76,8 +76,8 @@
|
|
|
controls
|
|
|
style="width: 200px"
|
|
|
/> -->
|
|
|
- <wechatAudio v-if="item.localUrl" :src="item.localUrl"/>
|
|
|
- <wechatAudio v-else :src="IM_PATH + item.url"/>
|
|
|
+ <messageAudio v-if="item.localUrl" :src="item.localUrl"/>
|
|
|
+ <messageAudio v-else :src="IM_PATH + item.url"/>
|
|
|
</div>
|
|
|
|
|
|
<!-- 其他未知类型 -->
|
|
@@ -173,7 +173,7 @@ import { useWalletStore } from "@/stores/modules/walletStore.js";
|
|
|
import { Keyboard } from "@capacitor/keyboard";
|
|
|
import { Capacitor } from "@capacitor/core";
|
|
|
import { MSG_TYPE, MESSAGE_TYPE_USER } from "@/common/constant/msgType";
|
|
|
-import wechatAudio from "@/views/im/components/wechatAudio/index.vue";
|
|
|
+import messageAudio from "@/views/im/components/messageAudio/index.vue";
|
|
|
|
|
|
|
|
|
const IM_PATH = import.meta.env.VITE_IM_PATH_FIlE;
|