|
@@ -249,7 +249,7 @@ export default defineComponent({
|
|
}
|
|
}
|
|
})
|
|
})
|
|
//检测是否录屏
|
|
//检测是否录屏
|
|
- handleLimitScreenRecord()
|
|
|
|
|
|
+ // handleLimitScreenRecord()
|
|
})
|
|
})
|
|
}
|
|
}
|
|
const getDetail = async () => {
|
|
const getDetail = async () => {
|
|
@@ -363,21 +363,21 @@ export default defineComponent({
|
|
// })
|
|
// })
|
|
|
|
|
|
// 安卓
|
|
// 安卓
|
|
- postMessage({
|
|
|
|
- api: 'limitScreenRecord',
|
|
|
|
- content: {
|
|
|
|
- type: 1
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
|
|
+ // postMessage({
|
|
|
|
+ // api: 'limitScreenRecord',
|
|
|
|
+ // content: {
|
|
|
|
+ // type: 1
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
})
|
|
})
|
|
|
|
|
|
onBeforeUnmount(() => {
|
|
onBeforeUnmount(() => {
|
|
- postMessage({
|
|
|
|
- api: 'limitScreenRecord',
|
|
|
|
- content: {
|
|
|
|
- type: 0
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
|
|
+ // postMessage({
|
|
|
|
+ // api: 'limitScreenRecord',
|
|
|
|
+ // content: {
|
|
|
|
+ // type: 0
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
})
|
|
})
|
|
|
|
|
|
const playRef = ref()
|
|
const playRef = ref()
|