no message

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-14 19:43:50 +08:00
parent 63f1db0183
commit e86e620efa
2 changed files with 3 additions and 3 deletions

View File

@@ -1576,7 +1576,7 @@ const essence = () => {
// 删除
const deleteItem = () => {
managerDelete(token)
managerDelete(topicToken.value)
.then(() => redirectToExternalWebsite("/", "_self"))
.finally(() => cutShow());
};