Commit c554a692 by Tianqing Liu

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

1 parent 6b236ed1
......@@ -367,8 +367,9 @@ const handleShowPTZ = () => {
const handleBack = () => {
const params = {
type: "inspection-back",
data: {},
origin: originUser.value,
data: {
origin: 'back',
},
}
window.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!