Commit c554a692 by Tianqing Liu

feat: 增加待我处理按钮,op

1 parent 6b236ed1
...@@ -367,8 +367,9 @@ const handleShowPTZ = () => { ...@@ -367,8 +367,9 @@ const handleShowPTZ = () => {
const handleBack = () => { const handleBack = () => {
const params = { const params = {
type: "inspection-back", type: "inspection-back",
data: {}, data: {
origin: originUser.value, origin: 'back',
},
} }
window.postMessage(params, '*'); window.postMessage(params, '*');
uni.postMessage(params, '*'); uni.postMessage(params, '*');
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!