|
@@ -33,6 +33,7 @@ import { Navigation } from 'swiper/modules';
|
|
|
import 'swiper/css';
|
|
|
import 'swiper/scss/navigation';
|
|
|
const router = useRouter();
|
|
|
+const route = useRoute();
|
|
|
const { proxy } = getCurrentInstance() as any;
|
|
|
const optionWindowRef = ref();
|
|
|
const mySwiper = ref();
|
|
@@ -209,7 +210,7 @@ onBeforeMount(() => {
|
|
|
//发送设备
|
|
|
if (e?.wksid) {
|
|
|
console.log("e.wksid", e.wksid)
|
|
|
- startDevice({ deviceid: '53986765' })
|
|
|
+ startDevice({ deviceid: route.query.deviceid })
|
|
|
}
|
|
|
//接收百度语音token
|
|
|
if (e?.bdapi_token) {
|