@@ -47,6 +47,7 @@ const okHandler = genUseLoading(async () => {
const data: any = await reshoot(reshootPointStack.current.value.value.pos)
if (data) {
useSDK().reshoot({...data, immediate: true})
+ console.log('补拍')
} else {
// Message.error({ msg: "拍摄失败", time: 2000 });
return;
@@ -400,7 +400,7 @@ const menuActions = {
}
await api.delPano(pano);
- sdk.delReshoot({ image: pano.image });
+ sdk.delReshoot(pano);
customMap.mode = Mode.cloud;
}),
};
@@ -207,11 +207,11 @@ export const pubMenus: MenuRaw[] = [
];
export const reshootMenus: MenuRaw[] = [
- {
- icon: "scene_a",
- text: "全景",
- key: menuEnum.ADD_RESHOOT,
- },
+ // {
+ // icon: "scene_a",
+ // text: "全景",
+ // key: menuEnum.ADD_RESHOOT,
+ // },
{
icon: "del",
text: "删除",