@@ -85,14 +85,14 @@ const menus = computed(() => {
);
},
- // {
- // key: "sync",
- // label: "带看",
- // onClick: async () => {
- // const href = await getSWKKSyncLink(caseId);
- // window.open(href);
- // },
+ {
+ key: "sync",
+ label: "带看",
+ onClick: async () => {
+ const href = await getSWKKSyncLink(caseId);
+ window.open(href);
+ },
{
key: "share",
label: "分享",