Skip to content

Commit 2ff9775

Browse files
niou233gitee-org
authored andcommitted
update src/hooks/web/useMessage.ts.
Signed-off-by: niou233 <[email protected]>
1 parent 084009f commit 2ff9775

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/hooks/web/useMessage.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,6 @@ export const useMessage = () => {
9090
cancelButtonText: t('common.cancel'),
9191
type: 'warning'
9292
})
93-
},
94-
// 取消收藏窗体
95-
delStarConfirm(content?: string, tip?: string) {
96-
return ElMessageBox.confirm(
97-
content ? content : t('common.confirmDelStar'),
98-
tip ? tip : t('common.confirmTitle'),
99-
{
100-
confirmButtonText: t('common.ok'),
101-
cancelButtonText: t('common.cancel'),
102-
type: 'warning'
103-
}
104-
)
10593
}
10694
}
10795
}

0 commit comments

Comments
 (0)