feat:视频列表更换播放方式
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
watch(
|
||||
() => dataRes.value,
|
||||
(val) => {
|
||||
console.log(val, '景区接受消息')
|
||||
if (val) {
|
||||
switch (val.type) {
|
||||
case 'userPortrait':
|
||||
@@ -87,7 +86,6 @@
|
||||
const sendCarShip = (e) => {
|
||||
timer = setInterval(() => {
|
||||
if (isConnected.value) {
|
||||
console.log('定时发送车船消息11')
|
||||
sendMessage(
|
||||
JSON.stringify({
|
||||
action: 'start',
|
||||
|
||||
Reference in New Issue
Block a user